Remove debug print.

This commit is contained in:
Daid 2012-04-22 16:30:18 +02:00
parent 86af877c13
commit 2962c49a52

View file

@ -144,13 +144,6 @@ def DrawMachine(machineSize):
def ResetMatrixRotationAndScale():
matrix = glGetFloatv(GL_MODELVIEW_MATRIX)
for x in xrange(0, 4):
s = ""
for y in xrange(0, 4):
s = s + " %8.8f" % (matrix[x][y])
print s
noZ = False
scale2D = matrix[0][0]
matrix[0][0] = 1.0