mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Debug code removed
This commit is contained in:
parent
97d456e020
commit
0c992b2797
1 changed files with 1 additions and 2 deletions
|
|
@ -283,8 +283,7 @@ end
|
|||
function sendHTTPContentTypeHeader(content_type, content_disposition, charset, extra_headers, status_code)
|
||||
local charset = charset or "utf-8"
|
||||
local mime = content_type.."; charset="..charset
|
||||
|
||||
tprint(status_code)
|
||||
|
||||
sendHTTPHeader(mime, content_disposition, extra_headers, status_code)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue