From: Thierry Parmentelat Date: Wed, 2 Feb 2011 15:49:30 +0000 (+0100) Subject: oops again X-Git-Tag: plcapi-5.0-27~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=60cbbacc5215381069f50869f8a212559a4fa878;p=plcapi.git oops again --- diff --git a/PLC/Auth.py b/PLC/Auth.py index 9fe95fd5..a15bff26 100644 --- a/PLC/Auth.py +++ b/PLC/Auth.py @@ -216,7 +216,6 @@ class BootAuth(Auth): if node['key']: key = node['key'] else: - write_debug_line("BootAuth.check: could not get key") raise PLCAuthenticationFailure, "BootAuth: No node key" # Yes, this is the "canonicalization" method used.