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.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/TurtleArt/tacanvas.py b/TurtleArt/tacanvas.py
index 45c389c..d4395a2 100644
--- a/TurtleArt/tacanvas.py
+++ b/TurtleArt/tacanvas.py
@@ -657,9 +657,5 @@ class TurtleGraphics:
return
if self.tw.sharing():
- if self.tw.activity:
- print "Sending: %s" % entry
- self.tw.activity.send_event(entry)
- elif self.tw.send_event:
- print "Sending: %s" % entry
- self.tw.send_event(entry)
+ print "Sending: %s" % entry
+ self.tw.send_event(entry)