From: Tobias Ulmer Date: Thu, 5 Jan 2017 18:50:46 +0000 (+0100) Subject: licence: remove debug message X-Git-Tag: e2factory-2.3.16rc1~6 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=03a147626c964b5f753af478ff96573c428e698f;p=e2factory.git licence: remove debug message Signed-off-by: Tobias Ulmer --- diff --git a/local/licence.lua b/local/licence.lua index 6a8b01d..53b011f 100644 --- a/local/licence.lua +++ b/local/licence.lua @@ -159,7 +159,6 @@ function licence.load_licence_config(info) for name,l in pairs(ltable) do local lerr = err.new("error in licence %q", name) - e2lib.logf(4, "in licence.load_licence_config, add %s, %s", tostring(name), tostring(l)) rc, re = e2lib.vrfy_dict_exp_keys(l, "licence", { "server", "files" })