diff --git a/sugar/profile.py b/sugar/profile.py index 2ba1fd7b..5b1c7829 100644 --- a/sugar/profile.py +++ b/sugar/profile.py @@ -49,7 +49,6 @@ def get_color(): return _profile.color def update(): - print 'Update' _profile.update() _profile = _Profile()