mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
* 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 {
|
||||
File pad = new File(Settings.getApplicationFolder(), name);
|
||||
if (!pad.exists()) {
|
||||
pad.createNewFile();
|
||||
|
||||
// use this default value so people can easily submit bug reports with fn:sysinfo logs
|
||||
ScriptShellMethods.saveAs("runScript 'fn:sysinfo'", pad);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user