X-Git-Url: https://svn.cri.ensmp.fr/git/minwii.git/blobdiff_plain/0b66243b52ca111e54c2a2d0d18c1cc9bf972b0a..1bdf29a0b4412135ee91f6165e3c3125e05096f8:/src/app/widgets/playingscreen.py

diff --git a/src/app/widgets/playingscreen.py b/src/app/widgets/playingscreen.py
index 3e1a6d7..e49079c 100755
--- 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)