From 8416276cee8b46fb4613d8ef4bb5e5028ad55532 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 13 Sep 2012 18:14:29 +0900 Subject: [PATCH] Remove a debug print. --- tools/io_qfmap/entity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/io_qfmap/entity.py b/tools/io_qfmap/entity.py index affd8ec1e..fe53778ff 100644 --- a/tools/io_qfmap/entity.py +++ b/tools/io_qfmap/entity.py @@ -76,7 +76,6 @@ def draw_callback(self, context): bgl.glVertex3f(loc.x, loc.y, loc.z) bgl.glEnd() bgl.glLineWidth(1) - print(ents, targs) class QFEntityRelations(bpy.types.Panel): bl_space_type = 'VIEW_3D'