From 2df9e408a0ff74539862c4a4e562a878cc11a329 Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 16 Feb 2011 18:20:36 -0500 Subject: Code cleanup. Made Oval behavior (circle with h/w). --- util/ComponentRegistry.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util') diff --git a/util/ComponentRegistry.py b/util/ComponentRegistry.py index 3036138..1db5135 100644 --- a/util/ComponentRegistry.py +++ b/util/ComponentRegistry.py @@ -1,4 +1,3 @@ -import pdb import hashlib from logger import main_log import thread @@ -41,7 +40,7 @@ def registerComponent(component, cid=None): component['Id'] = cid main_log.debug(cid + 'automatically assigned') if cid in Registry: - import pdb; pdb.set_trace() + main_log.warn(cid + 'overwritten.') Registry[cid] = component return cid -- cgit v1.2.3