diff bin/curvecalc @ 1283:349712ddb02d

remove some stack dumps Ignore-this: d4994ec11e394b54e718f9b0f46c3567
author drewp@bigasterisk.com
date Sun, 14 Jun 2015 18:51:01 +0000
parents e4aafd2242aa
children 6fa4288da8a6
line wrap: on
line diff
--- a/bin/curvecalc	Sun Jun 14 18:47:36 2015 +0000
+++ b/bin/curvecalc	Sun Jun 14 18:51:01 2015 +0000
@@ -108,7 +108,6 @@
             if newSong is Local:
                 raise NotImplementedError('what do i patch')
             log.debug('songChoiceToGraph is going to set to %r', newSong)
-            import traceback; traceback.print_stack()
 
             # I get bogus newSong values in here sometimes. This
             # workaround may not even be helping.