Commit 855c1281 authored by Shane Hathaway's avatar Shane Hathaway

Removed silly debugging code. :-/

parent 77dc4d4d
...@@ -84,9 +84,9 @@ ...@@ -84,9 +84,9 @@
############################################################################## ##############################################################################
__doc__="""Object Manager __doc__="""Object Manager
$Id: ObjectManager.py,v 1.103 2000/08/07 18:31:21 shane Exp $""" $Id: ObjectManager.py,v 1.104 2000/08/07 18:45:56 shane Exp $"""
__version__='$Revision: 1.103 $'[11:-2] __version__='$Revision: 1.104 $'[11:-2]
import App.Management, Acquisition, Globals, CopySupport, Products import App.Management, Acquisition, Globals, CopySupport, Products
import os, App.FactoryDispatcher, ts_regex, Products import os, App.FactoryDispatcher, ts_regex, Products
...@@ -226,7 +226,6 @@ class ObjectManager( ...@@ -226,7 +226,6 @@ class ObjectManager(
if obj is not None: if obj is not None:
# An object by the given id exists either in this # An object by the given id exists either in this
# ObjectManager or in the acquisition path. # ObjectManager or in the acquisition path.
print obj, dir(obj)
flag = getattr(obj, '__replaceable__', NOT_REPLACEABLE) flag = getattr(obj, '__replaceable__', NOT_REPLACEABLE)
if flag == UNIQUE: if flag == UNIQUE:
raise 'Bad Request', \ raise 'Bad Request', \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment