aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-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. */