# HG changeset patch # User drewp@bigasterisk.com # Date 1434307861 0 # Node ID 349712ddb02dfaca4433f62aa59ec3a3cc356f9b # Parent 2c0c3aec0d6315e33230f503b9ac7d36754242b9 remove some stack dumps Ignore-this: d4994ec11e394b54e718f9b0f46c3567 diff -r 2c0c3aec0d63 -r 349712ddb02d bin/curvecalc --- 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. diff -r 2c0c3aec0d63 -r 349712ddb02d light9/rdfdb/syncedgraph.py --- a/light9/rdfdb/syncedgraph.py Sun Jun 14 18:47:36 2015 +0000 +++ b/light9/rdfdb/syncedgraph.py Sun Jun 14 18:51:01 2015 +0000 @@ -111,7 +111,6 @@ debugKey = '[id=%s]' % (id(p) % 1000) print '' log.debug("apply local patch %s %s", debugKey, p) - import traceback; traceback.print_stack() try: patchQuads(self._graph, deleteQuads=p.delQuads,