Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 12:52:55 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 12:52:55 (GMT)
commitddac6e07d04608605cb1d7c84a0e103f1a323d4a (patch)
treeada9f0d454e8e2d58568ab82794b674dcdf4c24e
parent96867a37bf544fa78fa3783fd5ae50ded6fd32ec (diff)
Remove debug code
-rw-r--r--sugar/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar/profile.py b/sugar/profile.py
index 2ba1fd7..5b1c782 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()