From 62294b176cc2f52324e8ed11992a83cb3ea33101 Mon Sep 17 00:00:00 2001 From: Matthew Sitton Date: Thu, 31 Dec 2015 20:41:33 -0600 Subject: [PATCH] Remove debug output. --- fofix/game/Song.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fofix/game/Song.py b/fofix/game/Song.py index 2d4fe7f1b..da13c90c0 100644 --- a/fofix/game/Song.py +++ b/fofix/game/Song.py @@ -2963,13 +2963,9 @@ def loadSong(engine, name, library = DEFAULT_LIBRARY, playbackOnly = False, note # get the number of additional tracks instReNumbered = re.compile('^{0}_\d'.format(instName)) numCount = len([i for i in songOggFiles if instReNumbered.match(i)]) - - print f, bool(isNumbered), numCount # skip non numbered ogg files if there are others that are. if numCount > 0 and not isNumbered: - - print 'Skipped', f continue if instName not in songFiles: