From 5dc103dc4f438118f9f9b081f471fecd669a5763 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 15 Nov 2005 02:51:23 +0000 Subject: [PATCH] remove ancient debug stuff --- mytest.py | 19 ------------------- 1 file changed, 19 deletions(-) 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) -# - -- 2.30.2