Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/block.py
diff options
context:
space:
mode:
Diffstat (limited to 'block.py')
-rw-r--r--block.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/block.py b/block.py
index df306ab..a85bdaa 100644
--- a/block.py
+++ b/block.py
@@ -130,10 +130,6 @@ class Block:
self.spr.set_shape(self.shapes[0])
def _new_block_from_factory(self, sprite_list, x, y):
-
- if self.type == 'block':
- print "new block: %s (%d %d)" % (self.name, x, y)
-
self.svg = SVG()
self.svg.set_scale(self.scale)
self.svg.set_gradiant(True)