mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed debug tprint
This commit is contained in:
parent
f63edce159
commit
33a97399c1
1 changed files with 0 additions and 1 deletions
|
|
@ -5104,7 +5104,6 @@ function format_tls_info(tls_info)
|
|||
end
|
||||
|
||||
if tls_info.notBefore and tls_info.notAfter then
|
||||
tprint(tls_info)
|
||||
tls_info["tls_certificate_validity"] = string.format("%s - %s", tls_info.notBefore, tls_info.notAfter)
|
||||
tls_info.notBefore = nil
|
||||
tls_info.notAfter = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue