summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorroot <root@mdehaan.rdu.redhat.com>2008-04-04 16:40:25 -0400
committerroot <root@mdehaan.rdu.redhat.com>2008-04-04 16:40:25 -0400
commitb7e606d6fe4c431c8fb95e96ac6b4c5e101f202d (patch)
tree3f366f6a52732440dcad673682d62bbbe5cffe22 /cobbler
parente387ae10607ec65fb2ca21292a3c889d5f1a2805 (diff)
downloadthird_party-cobbler-b7e606d6fe4c431c8fb95e96ac6b4c5e101f202d.tar.gz
third_party-cobbler-b7e606d6fe4c431c8fb95e96ac6b4c5e101f202d.tar.xz
third_party-cobbler-b7e606d6fe4c431c8fb95e96ac6b4c5e101f202d.zip
Remove check from this area of the command line.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/modules/cli_system.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cobbler/modules/cli_system.py b/cobbler/modules/cli_system.py
index 01f2ba6..b173b4b 100644
--- a/cobbler/modules/cli_system.py
+++ b/cobbler/modules/cli_system.py
@@ -105,10 +105,6 @@ class SystemFunction(commands.CobblerFunction):
rc = self.object_manipulator_finish(obj, self.api.systems, self.options)
- if ["copy"] in self.args:
- # run through and find conflicts
- print _("WARNING: after copying systems, be sure that the ip/mac information is unique").
-
return rc