From 60cbbacc5215381069f50869f8a212559a4fa878 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 2 Feb 2011 16:49:30 +0100 Subject: [PATCH] oops again --- PLC/Auth.py | 1 - 1 file changed, 1 deletion(-) 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. -- 2.47.0