Author: timotei
Date: Sat Aug 6 23:08:27 2011
New Revision: 50625
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50625&view=rev
Log:
eclipse plugin: Remove debugging statement
Modified:
trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLEditor.java
Modified:
trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLEditor.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLEditor.java?rev=50625&r1=50624&r2=50625&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLEditor.java
(original)
+++ trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/editor/WMLEditor.java
Sat Aug 6 23:08:27 2011
@@ -10,7 +10,10 @@
import java.io.File;
-import org.apache.log4j.Level;
+import org.wesnoth.Logger;
+import org.wesnoth.WesnothPlugin;
+import org.wesnoth.ui.Messages;
+
import org.eclipse.core.filesystem.EFS;
import org.eclipse.core.filesystem.IFileStore;
import org.eclipse.core.filesystem.URIUtil;
@@ -50,9 +53,8 @@
import org.eclipse.xtext.ui.editor.XtextEditor;
import org.eclipse.xtext.ui.editor.syntaxcoloring.HighlightingHelper;
import org.eclipse.xtext.ui.editor.utils.EditorUtils;
-import org.wesnoth.Logger;
-import org.wesnoth.WesnothPlugin;
-import org.wesnoth.ui.Messages;
+
+import org.apache.log4j.Level;
import com.google.inject.Inject;
@@ -262,7 +264,6 @@
// path in project that is the same as the external
file's path
IFile linkFile = project.getFile(uri.getPath());
- System.out.println(linkFile);
if(linkFile.exists())
linkFile.refreshLocal(1, null); // don't know
if needed (or should be avoided...)
else {
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits