Skip to content

Commit

Permalink
Revert "Added debugging for format report"
Browse files Browse the repository at this point in the history
This reverts commit 57d4644.
  • Loading branch information
mirackara committed Sep 14, 2023
1 parent 57d4644 commit a82b9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/logserver/logserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func formatReport(metrics map[string]interface{}) string {
if val, ok := metrics["initDurationMs"]; ok {
ret += fmt.Sprintf("\tInit Duration: %.2f ms", val)
}
util.Debugf("Formatted Return Report: %s", ret)

return ret
}

Expand Down

0 comments on commit a82b9c6

Please sign in to comment.