From: Felix Domke Date: Tue, 15 Nov 2005 02:51:23 +0000 (+0000) Subject: remove ancient debug stuff X-Git-Tag: 2.6.0~5203 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5dc103dc4f438118f9f9b081f471fecd669a5763 remove ancient debug stuff --- diff --git a/mytest.py b/mytest.py index 2a7eb9a1..593c5045 100644 --- a/mytest.py +++ b/mytest.py @@ -201,22 +201,3 @@ except: traceback.print_exc(file=sys.stdout) quitMainloop(5) print '-'*60 - -# now, run the mainloop - -#pt = eDebugClassPtr() -#eDebugClass.getDebug(pt, 12) -#p = pt.__deref__() -#print pt.x -#print p.x -#print "removing ptr..." -#pt = 0 -#print "now" -#print "p is " + str(p) -#print p.x -#p = 0 -# -#bla = eDebugClass() -#bla = eDebugClass(2) -# -