Removed forgotten breakpoint

This commit is contained in:
Gyedo Jeon 2010-04-30 21:53:27 +00:00
parent 1710254709
commit 3da573803f

View File

@ -72,7 +72,6 @@ class ProtoObjsUI(wx.Panel):
self.SetDropTarget(ProtoDropTarget(self))
import pdb;pdb.set_trace()
for key in self.protoObjs.data.keys():
self.add(self.protoObjs.data[key])