Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/load_block.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysamples/load_block.py')
-rw-r--r--pysamples/load_block.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pysamples/load_block.py b/pysamples/load_block.py
index 6719bea..96872ed 100644
--- a/pysamples/load_block.py
+++ b/pysamples/load_block.py
@@ -53,8 +53,6 @@ def myblock(tw, blkname):
(1) translate the label name into the internal block name;
(2) 'dock' the block onto a stack where appropriate; and
(3) disassociate the new block from the mouse. """
-
- print blkname
for name in block_names:
# Translate label name into block/prim name.
if blkname in block_names[name]: