Skip to content

Commit

Permalink
Addressing #6
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-deepsource committed Sep 18, 2020
1 parent f7c4872 commit c1135fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func (l Logger) Log(depth int, level string, message string) {
return
}
l.Writer().Write([]byte(logStruct.String() + "\n\r"))
return
}

//Flush flushed the buffer
Expand Down

0 comments on commit c1135fc

Please sign in to comment.