removed debugging output
This commit is contained in:
parent
5c232e7263
commit
21663c1033
|
@ -696,7 +696,6 @@ public class ScriptRunner extends VisPlugin {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (fileChooser.showOpenDialog(scriptRunner) != JFileChooser.APPROVE_OPTION) {
|
if (fileChooser.showOpenDialog(scriptRunner) != JFileChooser.APPROVE_OPTION) {
|
||||||
logger.debug("cancel");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
scriptRunner.setLinkFile(fileChooser.getSelectedFile());
|
scriptRunner.setLinkFile(fileChooser.getSelectedFile());
|
||||||
|
|
Loading…
Reference in a new issue