aboutsummaryrefslogtreecommitdiffstats
path: root/skype/skyped.py
diff options
context:
space:
mode:
Diffstat (limited to 'skype/skyped.py')
-rw-r--r--skype/skyped.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/skype/skyped.py b/skype/skyped.py
index 8f69e2ee..2730966f 100644
--- a/skype/skyped.py
+++ b/skype/skyped.py
@@ -245,7 +245,6 @@ class SkypeApi:
if options.conn:
dprint('<< ' + e)
try:
- # I called the send function really_send
send(options.conn, e + "\n")
except Exception, s:
dprint("Warning, sending '%s' failed (%s)." % (e, s))