Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CaenJones authored Oct 27, 2023
1 parent c87c4a3 commit db3812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ func bansContains(b []Ban, addr string, id string) bool {
}

func logUserActivity(user *User, action string, loggingEnabled bool) {
if !loggingEnabled {
if !loggingEnabled { false //logging on Devzat is disabled by default, to enable it please switch the statement from false to true

Check failure on line 909 in main.go

View workflow job for this annotation

GitHub Actions / build_devzat

false (untyped bool constant) is not used
return
}

Expand Down

0 comments on commit db3812c

Please sign in to comment.