aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-10-15 23:55:20 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-10-15 23:55:20 +0000
commitdd935678caed30ac21aa74826d8fbfca5f31a81c (patch)
treec263e16c63bc0a68d877feaa34ff7e27f49a6f58 /lib/python/enigma_python.i
parent35278519b9b44c9543126e06841b1cfb8510eb82 (diff)
downloadenigma2-dd935678caed30ac21aa74826d8fbfca5f31a81c.tar.gz
enigma2-dd935678caed30ac21aa74826d8fbfca5f31a81c.zip
removed not only one but FOUR annoying debug messages
Diffstat (limited to 'lib/python/enigma_python.i')
-rw-r--r--lib/python/enigma_python.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 8b918bf0..a0c9d528 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -80,8 +80,8 @@ extern void setLCDClock(const char *c);
extern PSignal1<void,int> &keyPressedSignal();
%}
-%feature("ref") iObject "$this->AddRef(); eDebug(\"AddRef (%s:%d)!\", __FILE__, __LINE__); "
-%feature("unref") iObject "$this->Release(); eDebug(\"Release! %s:%d\", __FILE__, __LINE__); "
+%feature("ref") iObject "$this->AddRef(); /* eDebug(\"AddRef (%s:%d)!\", __FILE__, __LINE__); */ "
+%feature("unref") iObject "$this->Release(); /* eDebug(\"Release! %s:%d\", __FILE__, __LINE__); */ "
/* this magic allows smartpointer to be used as OUTPUT arguments, i.e. call-by-reference-styled return value. */