Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
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):