1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

removed debug println

This commit is contained in:
Alena Laskavaia 2010-05-20 02:36:32 +00:00
parent b06c97830a
commit 5bd960f42a

View file

@ -136,7 +136,7 @@ public class CodanPreferencesLoader {
return;
String exported = storePreferences.get(prefKey, null);
if (exported != null) {
System.err.println(prefKey + " import " + exported);
//System.err.println(prefKey + " import " + exported);
prob.getPreference().importValue(exported);
}
}