Skip to content

Commit

Permalink
bug fix fmt.Println(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
realtemirov committed Oct 4, 2023
1 parent aca465c commit 93d4d4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ func print(n string, _type logType, save bool, str ...any) []string {
if save {
file.WriteString(p(n, send))
} else {
fmt.Println(1)
p(n, send)
}
if infBool {
Expand Down

0 comments on commit 93d4d4c

Please sign in to comment.