* redundant

This commit is contained in:
Reinhard Pointner 2014-08-02 06:05:46 +00:00
parent ef29483775
commit 6af8da3df9
1 changed files with 0 additions and 2 deletions

View File

@ -155,8 +155,6 @@ public class GroovyPad extends JFrame {
protected FileLocation getFileLocation(String name) throws IOException { protected FileLocation getFileLocation(String name) throws IOException {
File pad = new File(Settings.getApplicationFolder(), name); File pad = new File(Settings.getApplicationFolder(), name);
if (!pad.exists()) { if (!pad.exists()) {
pad.createNewFile();
// use this default value so people can easily submit bug reports with fn:sysinfo logs // use this default value so people can easily submit bug reports with fn:sysinfo logs
ScriptShellMethods.saveAs("runScript 'fn:sysinfo'", pad); ScriptShellMethods.saveAs("runScript 'fn:sysinfo'", pad);
} }