Changeset - 349712ddb02d
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 10 years ago 2015-06-14 18:51:01
drewp@bigasterisk.com
remove some stack dumps
Ignore-this: d4994ec11e394b54e718f9b0f46c3567
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -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.
light9/rdfdb/syncedgraph.py
Show inline comments
 
@@ -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,
0 comments (0 inline, 0 general)