Skip to content

Commit

Permalink
Update log_printer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Aug 30, 2024
1 parent 9c35cce commit ea12623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/log_printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var printLog = func(log *logger.Log) {
}

str.WriteString("\n")
str.WriteString("addition\n")
// str.WriteString("addition\n")

if v, ok := log.Data["type"]; ok && cast.ToString(v) == "request" {
padding := 0
Expand Down

0 comments on commit ea12623

Please sign in to comment.