From 4c80adda5a6c2115cf0ca4b312941cdaee154afc Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Tue, 29 Jan 2008 21:55:58 +0000 Subject: [PATCH] old debugging stuff --- tools/cleanroom/tmp_cleanui.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/cleanroom/tmp_cleanui.py b/tools/cleanroom/tmp_cleanui.py index b57321a5..81085dbb 100644 --- a/tools/cleanroom/tmp_cleanui.py +++ b/tools/cleanroom/tmp_cleanui.py @@ -39,9 +39,6 @@ class HellowWorldGTK: current.patches.append(Patch(name,int(x),int(y))) else: line = line.split() - if len(line) != 3: - print "OH CRAP" - print line current = Texture(line[0],line[1],line[2]) textures.append(current)