Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/atoidejouer/tools/storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'atoidejouer/tools/storage.py')
-rw-r--r--atoidejouer/tools/storage.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/atoidejouer/tools/storage.py b/atoidejouer/tools/storage.py
index a0d7437..4c44289 100644
--- a/atoidejouer/tools/storage.py
+++ b/atoidejouer/tools/storage.py
@@ -89,8 +89,6 @@ def get_pixbuf_from_data(data, image_type=None, size=None):
_loader = gtk.gdk.PixbufLoader(image_type=image_type)
else:
_loader = gtk.gdk.PixbufLoader()
- # DEBUG
- logger.debug('[tools.storage] get_pixbuf_from_data - size: %s/%s' % size)
# size check
if size is None:
pass
@@ -370,8 +368,6 @@ def __get_preview(file_path):
"""Creates preview from file path for ds metadata.
cf.: http://en.flossmanuals.net/make-your-own-sugar-activities/fun-with-the-journal
"""
- # DEBUG
- logger.debug('[tools.storage] __get_preview - file_path: %s' % file_path)
# avoid inter-dependance loop
from atoidejouer.tools import image
# prepare pixbuf