mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Removed forgotten breakpoint
This commit is contained in:
parent
1710254709
commit
3da573803f
@ -72,7 +72,6 @@ class ProtoObjsUI(wx.Panel):
|
|||||||
|
|
||||||
self.SetDropTarget(ProtoDropTarget(self))
|
self.SetDropTarget(ProtoDropTarget(self))
|
||||||
|
|
||||||
import pdb;pdb.set_trace()
|
|
||||||
for key in self.protoObjs.data.keys():
|
for key in self.protoObjs.data.keys():
|
||||||
self.add(self.protoObjs.data[key])
|
self.add(self.protoObjs.data[key])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user