Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-03 13:57:15 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-03 13:57:15 (GMT)
commit9645f7ca8930c7822e3c3a9df264337adb459251 (patch)
tree984c1a871bfc7c068a21e6782d76b30544f1bb96 /model.py
parentb0925727b7200b3d0fb2669c213e812ff1dfbe3d (diff)
Fix for gray page when resuming from journal
part of the fix for #3032, and cleaned a print
Diffstat (limited to 'model.py')
-rw-r--r--model.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/model.py b/model.py
index 1ee85f8..4ffe5b7 100644
--- a/model.py
+++ b/model.py
@@ -49,7 +49,6 @@ class Model(gobject.GObject):
self.data['shared_links'][index]['thumb'] = ''
def serialize(self):
- print self.data
return json.write(self.data)
def deserialize(self, data):