# HG changeset patch # User drewp@bigasterisk.com # Date 2015-06-14 18:51:01 # Node ID 349712ddb02dfaca4433f62aa59ec3a3cc356f9b # Parent 2c0c3aec0d6315e33230f503b9ac7d36754242b9 remove some stack dumps Ignore-this: d4994ec11e394b54e718f9b0f46c3567 diff --git a/bin/curvecalc b/bin/curvecalc --- a/bin/curvecalc +++ b/bin/curvecalc @@ -108,7 +108,6 @@ class Main(object): 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 --git a/light9/rdfdb/syncedgraph.py b/light9/rdfdb/syncedgraph.py --- a/light9/rdfdb/syncedgraph.py +++ b/light9/rdfdb/syncedgraph.py @@ -111,7 +111,6 @@ class SyncedGraph(CurrentStateGraphApi, 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,