|
From: <ada...@us...> - 2013-09-27 17:54:47
|
Revision: 16952
http://sourceforge.net/p/gate/code/16952
Author: adamfunk
Date: 2013-09-27 17:54:44 +0000 (Fri, 27 Sep 2013)
Log Message:
-----------
Removed some debugging code.
Modified Paths:
--------------
gate/trunk/plugins/Twitter/src/gate/corpora/twitter/PopulationConfig.java
Modified: gate/trunk/plugins/Twitter/src/gate/corpora/twitter/PopulationConfig.java
===================================================================
--- gate/trunk/plugins/Twitter/src/gate/corpora/twitter/PopulationConfig.java 2013-09-27 17:52:24 UTC (rev 16951)
+++ gate/trunk/plugins/Twitter/src/gate/corpora/twitter/PopulationConfig.java 2013-09-27 17:54:44 UTC (rev 16952)
@@ -147,8 +147,6 @@
chooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
int chosen = chooser.showOpenDialog(this.wrapper.dialog);
if (chosen == JFileChooser.APPROVE_OPTION) {
- File file = chooser.getSelectedFile();
- System.out.println("Loading " + file.getAbsolutePath());
wrapper.setNewConfig(PopulationConfig.load(chooser.getSelectedFile()));
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|