* redundant
This commit is contained in:
parent
ef29483775
commit
6af8da3df9
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue