Mercurial > code > home > repos > light9
changeset 1283:349712ddb02d
remove some stack dumps
Ignore-this: d4994ec11e394b54e718f9b0f46c3567
author | drewp@bigasterisk.com |
---|---|
date | Sun, 14 Jun 2015 18:51:01 +0000 |
parents | 2c0c3aec0d63 |
children | 7b43bfa018bf |
files | bin/curvecalc light9/rdfdb/syncedgraph.py |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
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.
--- 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,