summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-12-17 10:40:45 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-12-17 10:40:45 -0500
commitccb64a8e6763a7ae5ff9a437d7f306940df8947d (patch)
treeab74faf5c67f3db7d9775e2ecd8411db5273de9d /scripts
parentd43faca500010f2591ac5922d422e8ea1b46b418 (diff)
downloadcobbler-ccb64a8e6763a7ae5ff9a437d7f306940df8947d.tar.gz
cobbler-ccb64a8e6763a7ae5ff9a437d7f306940df8947d.tar.xz
cobbler-ccb64a8e6763a7ae5ff9a437d7f306940df8947d.zip
remove extra logging
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/services.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/services.py b/scripts/services.py
index 0b7036cf..051d5b65 100755
--- a/scripts/services.py
+++ b/scripts/services.py
@@ -58,10 +58,8 @@ def handler(req):
for t in tokens:
if label:
field = t
- apache.log_error("field %s" % field)
else:
form[field] = t
- apache.log_error("adding %s to %s" % (field,t))
label = not label
# TESTING..