And now it no longer prints.

This commit is contained in:
Sakse Dalum 2012-08-09 14:27:26 +02:00
parent c22619b81f
commit a69281f5e1
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ class Level1(level.Level):
0))
self.objects.append(block.InvisBlock(self, i * 64,
(self.dimensions[1]) * 48))
print i
for i in range(self.dimensions[1]):
self.objects.append(block.InvisBlock(self, -64,
i * 48))