summaryrefslogtreecommitdiffstats
path: root/cobbler/action_litesync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-09 09:46:55 -0500
committerJim Meyering <jim@meyering.net>2007-02-09 09:46:55 -0500
commit17fcca0a828073d82f9eddd4366d921d773838e1 (patch)
tree449c27b9c04b3f283bb12410ec3196c957cf8aca /cobbler/action_litesync.py
parentce9a7eb431c43da5710d3e589eec1bd4a9dfd34d (diff)
parent4fcfce9f722961c6b20ee6cec3eb196f618b7a2e (diff)
downloadthird_party-cobbler-17fcca0a828073d82f9eddd4366d921d773838e1.tar.gz
third_party-cobbler-17fcca0a828073d82f9eddd4366d921d773838e1.tar.xz
third_party-cobbler-17fcca0a828073d82f9eddd4366d921d773838e1.zip
merge with myself
Diffstat (limited to 'cobbler/action_litesync.py')
-rw-r--r--cobbler/action_litesync.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cobbler/action_litesync.py b/cobbler/action_litesync.py
index e758452..d9d2e4a 100644
--- a/cobbler/action_litesync.py
+++ b/cobbler/action_litesync.py
@@ -70,7 +70,6 @@ class BootLiteSync:
self.sync.rmtree(os.path.join(self.settings.tftpboot, "images", name))
def add_single_profile(self, name):
- print "DEBUG: add_single_profile: %s" % name
# get the profile object:
profile = self.profiles.find(name)
if profile is None: