mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 05:55:22 +02:00
removed debug println
This commit is contained in:
parent
b06c97830a
commit
5bd960f42a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class CodanPreferencesLoader {
|
||||||
return;
|
return;
|
||||||
String exported = storePreferences.get(prefKey, null);
|
String exported = storePreferences.get(prefKey, null);
|
||||||
if (exported != null) {
|
if (exported != null) {
|
||||||
System.err.println(prefKey + " import " + exported);
|
//System.err.println(prefKey + " import " + exported);
|
||||||
prob.getPreference().importValue(exported);
|
prob.getPreference().importValue(exported);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue