mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
Remove a debug print.
This commit is contained in:
parent
2760055a0f
commit
8416276cee
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ def draw_callback(self, context):
|
||||||
bgl.glVertex3f(loc.x, loc.y, loc.z)
|
bgl.glVertex3f(loc.x, loc.y, loc.z)
|
||||||
bgl.glEnd()
|
bgl.glEnd()
|
||||||
bgl.glLineWidth(1)
|
bgl.glLineWidth(1)
|
||||||
print(ents, targs)
|
|
||||||
|
|
||||||
class QFEntityRelations(bpy.types.Panel):
|
class QFEntityRelations(bpy.types.Panel):
|
||||||
bl_space_type = 'VIEW_3D'
|
bl_space_type = 'VIEW_3D'
|
||||||
|
|
Loading…
Reference in a new issue