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:
parent
b06c97830a
commit
5bd960f42a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue