Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tacanvas.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tacanvas.py')
-rw-r--r--TurtleArt/tacanvas.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/TurtleArt/tacanvas.py b/TurtleArt/tacanvas.py
index 0c5f454..1e54ea9 100644
--- a/TurtleArt/tacanvas.py
+++ b/TurtleArt/tacanvas.py
@@ -521,7 +521,6 @@ class TurtleGraphics:
else:
tmp_path = '/tmp'
data = image_to_base64(pixbuf, tmp_path)
- print "sharing pixbuf from %s" % (tmp_path)
height = pixbuf.get_height()
width = pixbuf.get_width()
event = "P|%s" % (data_to_string([self._get_my_nick(),
@@ -702,5 +701,4 @@ class TurtleGraphics:
return
if self.tw.sharing():
- # print "Sending: %s" % entry
self.tw.send_event(entry)