From 1627e7057810028d87936186befc25f846332555 Mon Sep 17 00:00:00 2001 From: SE2Dev Date: Sat, 6 Jan 2018 17:57:00 -0500 Subject: [PATCH] Remove Debug Print --- xbin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xbin.py b/xbin.py index 92afad7..b1ad2ec 100644 --- a/xbin.py +++ b/xbin.py @@ -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)