Skip to content

Commit

Permalink
Remove Debug Print
Browse files Browse the repository at this point in the history
  • Loading branch information
SE2Dev committed Jan 6, 2018
1 parent 0b8de94 commit 1627e70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbin.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ def InitAnim(file):

def LoadVersion(file):
self.version = XBlock.LoadInt16Block(file)
print(self.version)

def LoadBoneCount(file):
self.bones = [None] * XBlock.LoadInt16Block(file)
Expand Down

0 comments on commit 1627e70

Please sign in to comment.