Skip to content

Commit

Permalink
log_output: remove unused utcReadable proc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Sep 16, 2024
1 parent a07802e commit 2ec06c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chronicles/log_output.nim
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,6 @@ macro append*(o: var AnyOutput,
result.add newCall("append", o, arg2)
for arg in restArgs: result.add newCall("append", o, arg)

proc utcReadable(): string =
getTime().utc().format("yyyy-MM-dd HH:mm:ss'.'fffzzz")

proc epochTimestamp(): string =
formatFloat(epochTime(), ffDecimal, 6)

Expand Down

0 comments on commit 2ec06c3

Please sign in to comment.