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:
authorWalter Bender <walter.bender@gmail.com>2012-07-19 13:04:49 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-07-19 13:04:49 (GMT)
commitaf8f8a5993f2b191fb5dfe26d7d7ef94ae4e3bb6 (patch)
treedac4c6a6b41c331b33c4d16625b6cd3c757f9a91 /pysamples/load_block.py
parenta235d73e15b6101187547bbc52bc47eab225d5b4 (diff)
remove debug output
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]: