Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Puzzleton.py
diff options
context:
space:
mode:
Diffstat (limited to 'Puzzleton.py')
-rw-r--r--Puzzleton.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Puzzleton.py b/Puzzleton.py
index 220ee60..6466a54 100644
--- a/Puzzleton.py
+++ b/Puzzleton.py
@@ -32,9 +32,6 @@ class Puzzleton(activity.Activity):
self.size = self.DEFAULT_SIZE
activity.Activity.__init__(self, handle, False)
- self._logger = logging.getLogger('Puzzleton-activity')
- self._logger.debug("Hola Hola")
-
toolbox = activity.ActivityToolbox(self)
#activity toolbar
@@ -97,4 +94,4 @@ class Puzzleton(activity.Activity):
if file_path.endswith(("bmp", "gif", "jpeg", "png", "tiff", "tif", "jpg", "jpe")):
self.img = file_path
self.main.img = file_path
- print "readfile!" \ No newline at end of file
+ print "readfile!"