summaryrefslogtreecommitdiffstats
path: root/cobbler/collection.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-13 16:00:40 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-13 16:00:40 -0400
commit53fb6c70d0a869de623e4e4b02d78e2a2b6b9f63 (patch)
tree403a1590fb982d6756c0157648d4a0a4c71d4aaa /cobbler/collection.py
parent32908858c032f91726b02520d11a16d6cff2e93a (diff)
downloadcobbler-53fb6c70d0a869de623e4e4b02d78e2a2b6b9f63.tar.gz
cobbler-53fb6c70d0a869de623e4e4b02d78e2a2b6b9f63.tar.xz
cobbler-53fb6c70d0a869de623e4e4b02d78e2a2b6b9f63.zip
Remove stray debug
Diffstat (limited to 'cobbler/collection.py')
-rw-r--r--cobbler/collection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cobbler/collection.py b/cobbler/collection.py
index 43ad068e..0c743f45 100644
--- a/cobbler/collection.py
+++ b/cobbler/collection.py
@@ -98,7 +98,6 @@ class Collection(serializable.Serializable):
"""
if ref is None or not ref.is_valid():
raise CX(_("insufficient or invalid arguments supplied"))
- print "DEBUG: adding object %s" % ref.name
if not with_copy:
# don't need to run triggers, so add it already ...
self.listing[ref.name.lower()] = ref