changeset 1562:900c2b2ea956

cleanup prints Ignore-this: e8b0368b90ce570a7e3c3eddd7e468e
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 24 May 2017 08:30:12 +0000
parents e05656f00070
children 1b42120d97f5
files light9/effect/edit.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light9/effect/edit.py	Wed May 24 08:29:01 2017 +0000
+++ b/light9/effect/edit.py	Wed May 24 08:30:12 2017 +0000
@@ -77,12 +77,10 @@
     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']