aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-15 02:51:23 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-15 02:51:23 +0000
commit5dc103dc4f438118f9f9b081f471fecd669a5763 (patch)
treed886a9a116d6c73400cd6b6c4ea94ed2d5cc9096 /mytest.py
parentcff29cac81d6a08ce7566bd316c5668926f6aa88 (diff)
downloadenigma2-5dc103dc4f438118f9f9b081f471fecd669a5763.tar.gz
enigma2-5dc103dc4f438118f9f9b081f471fecd669a5763.zip
remove ancient debug stuff
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py19
1 files changed, 0 insertions, 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)
-#
-