diff options
author | FChannel <> | 2021-05-13 23:59:31 -0700 |
---|---|---|
committer | FChannel <> | 2021-05-13 23:59:31 -0700 |
commit | c6ea2bf6fe01fc9da82b9643f4673dfc91f4e23d (patch) | |
tree | 41abdce976ee0c56c49dd106983281ce9e5b89c8 /verification.go | |
parent | fbd5e54c952663d0f0fab352d37d3baeefdb2e53 (diff) |
Managing server info added to README
Diffstat (limited to 'verification.go')
-rw-r--r-- | verification.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/verification.go b/verification.go index 97f80bf..8dc5a6b 100644 --- a/verification.go +++ b/verification.go @@ -330,8 +330,6 @@ func HasAuth(db *sql.DB, code string, board string) bool { return true } - fmt.Println("has auth is false") - return false; } |