mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +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.glEnd()
|
||||
bgl.glLineWidth(1)
|
||||
print(ents, targs)
|
||||
|
||||
class QFEntityRelations(bpy.types.Panel):
|
||||
bl_space_type = 'VIEW_3D'
|
||||
|
|
Loading…
Reference in a new issue