projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
print debug--
[minwii.git]
/
src
/
app
/
widgets
/
playingscreen.py
diff --git
a/src/app/widgets/playingscreen.py
b/src/app/widgets/playingscreen.py
index
3e1a6d7
..
e49079c
100755
(executable)
--- a/
src/app/widgets/playingscreen.py
+++ b/
src/app/widgets/playingscreen.py
@@
-215,6
+215,5
@@
class SongPlayingScreen(_PlayingScreenBase) :
@staticmethod
def setNoteTimeout(delay) :
- print 'duration', delay
pygame.time.set_timer(events.NOTEEND, delay)