From d292abb9845ce4e3253954cb8028da21589bafcb Mon Sep 17 00:00:00 2001
From: Thomas Larsson <thomas_larsson_01@hotmail.com>
Date: Mon, 30 Apr 2012 07:28:24 +0000
Subject: [PATCH] Removed one additional reference to bpy.app.revision. I don't
 see errors caused by this variable because it is defined in all windows
 builds I have access to.

---
 io_import_scene_mhx.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index c54979230..0f9d86759 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -196,7 +196,6 @@ Plural = {
 def readMhxFile(filePath):
     global todo, nErrors, theScale, defaultScale, One, toggle, warnedVersion, theMessage
 
-    print("Blender r%s" % bpy.app.build_revision)
     defaultScale = theScale
     One = 1.0/theScale
     warnedVersion = False
-- 
GitLab