mirror of
https://github.com/nmap/nmap.git
synced 2026-02-04 20:46:33 +00:00
Remove a leftover debug from stdnse.format_time
This commit is contained in:
@@ -569,7 +569,6 @@ end
|
||||
function format_time(interval, unit)
|
||||
unit = unit or 1
|
||||
local precision = floor(math.log(unit, 10))
|
||||
debug1("precision: %d, unit: %d", precision, unit)
|
||||
|
||||
local sec = (interval % (60 * unit)) / unit
|
||||
interval = floor(interval / (60 * unit))
|
||||
|
||||
Reference in New Issue
Block a user