summaryrefslogtreecommitdiffstats
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
parent32908858c032f91726b02520d11a16d6cff2e93a (diff)
downloadthird_party-cobbler-53fb6c70d0a869de623e4e4b02d78e2a2b6b9f63.tar.gz
third_party-cobbler-53fb6c70d0a869de623e4e4b02d78e2a2b6b9f63.tar.xz
third_party-cobbler-53fb6c70d0a869de623e4e4b02d78e2a2b6b9f63.zip
Remove stray debug
-rw-r--r--cobbler/collection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cobbler/collection.py b/cobbler/collection.py
index 43ad068..0c743f4 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