diff options
Diffstat (limited to 'auth_files.go')
-rw-r--r-- | auth_files.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth_files.go b/auth_files.go index e6b4abf..e05cff3 100644 --- a/auth_files.go +++ b/auth_files.go @@ -146,7 +146,6 @@ func (a authFiles) Unban(id string) error { if string(name) == id { return os.Remove(Path("ban/", f.Name())) - break } } } |