From af8f8a5993f2b191fb5dfe26d7d7ef94ae4e3bb6 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 19 Jul 2012 13:04:49 +0000 Subject: remove debug output --- 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]: -- cgit v0.9.1