From dd935678caed30ac21aa74826d8fbfca5f31a81c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 15 Oct 2005 23:55:20 +0000 Subject: removed not only one but FOUR annoying debug messages --- lib/python/enigma_python.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python') 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 &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. */ -- cgit v1.2.3