Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ImageViewerActivity.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-09-23 02:26:24 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-09-23 02:26:24 (GMT)
commitc223f51cd6c8cd3cbca716b33a32259517f254ec (patch)
tree34f6c1c06b60def10c3f3bc77d67372da6eebf21 /ImageViewerActivity.py
parent93fb70a1afac9252fbc3ea4aa3f6b8b3b406bed7 (diff)
PEP8 fixes
Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
Diffstat (limited to 'ImageViewerActivity.py')
-rw-r--r--ImageViewerActivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ImageViewerActivity.py b/ImageViewerActivity.py
index c35829b..63495a9 100644
--- a/ImageViewerActivity.py
+++ b/ImageViewerActivity.py
@@ -330,7 +330,6 @@ class ImageViewerActivity(activity.Activity):
self._jobject.file_path = file_path
datastore.write(self._jobject, transfer_ownership=True)
-
_logger.debug("Got document %s (%s) from tube %u",
tempfile, suggested_name, tube_id)