diff --git a/global-functions.rsc b/global-functions.rsc index 70269c80..d0145676 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -206,11 +206,9 @@ :local Match [ :tostr $1 ]; :global CleanName; - :global LogPrint; :local Cert ([ /certificate/find where (common-name=$Match or fingerprint=$Match or name=$Match) ]->0); :if ([ :len $Cert ] = 0) do={ - $LogPrint warning $0 ("No matching certificate found."); :return false; } :local CommonName [ /certificate/get $Cert common-name ];