old debugging stuff

This commit is contained in:
Jon Dowland 2008-01-29 21:55:58 +00:00
parent 698b3ddd11
commit 4c80adda5a

View file

@ -39,9 +39,6 @@ class HellowWorldGTK:
current.patches.append(Patch(name,int(x),int(y))) current.patches.append(Patch(name,int(x),int(y)))
else: else:
line = line.split() line = line.split()
if len(line) != 3:
print "OH CRAP"
print line
current = Texture(line[0],line[1],line[2]) current = Texture(line[0],line[1],line[2])
textures.append(current) textures.append(current)