Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jan 1, 2016
1 parent dc6ab76 commit 62294b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fofix/game/Song.py
Expand Up @@ -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:
Expand Down

0 comments on commit 62294b1

Please sign in to comment.