Skip to content
Snippets Groups Projects
Commit 3394a675 authored by srosse's avatar srosse
Browse files

FXOLAT-423: remove print out

parent 55a3a998
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,6 @@ public class DbStorage extends LogDelegator implements PreferencesStorage{
@Override
public void updatePreferencesFor(Preferences prefs, Identity identity) {
String props = xstream.toXML(prefs);
System.out.println("UPdate preferences");
Property property = getPreferencesProperty(identity);
if(property == null) {
PropertyManager.getInstance().createPropertyInstance(identity, null, null, null, DbStorage.USER_PROPERTY_KEY, null, null, null, props);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment