Changeset - 900c2b2ea956
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-05-24 08:30:12
drewp@bigasterisk.com
cleanup prints
Ignore-this: e8b0368b90ce570a7e3c3eddd7e468e
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/effect/edit.py
Show inline comments
 
@@ -77,12 +77,10 @@ def songNotePatch(graph, dropped, song, 
 
    with graph.currentState(
 
            tripleFilter=(dropped, None, None)) as g:
 
        droppedTypes = list(g.objects(dropped, RDF.type))
 
        droppedLabel = g.label(dropped)
 

	
 
    quads = []
 
    fade = 2 if event == 'default' else 0
 

	
 
    print 'droppedTypes', droppedTypes
 
    if L9['Effect'] in droppedTypes:
 
        musicStatus = yield getMusicStatus()
 
        songTime = musicStatus['t']
0 comments (0 inline, 0 general)