Remove a debug print.

This commit is contained in:
Bill Currie 2012-09-13 18:14:29 +09:00
parent 2760055a0f
commit 8416276cee

View file

@ -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'