remove comment

This commit is contained in:
Carl Pearson
2024-09-22 05:07:22 -06:00
parent 4ba3b4627a
commit 6902225716

View File

@@ -83,7 +83,6 @@ func main() {
go PeriodicCleanup()
// create a user
// FIXME: only if this user doesn't exist
err = ensureAdminAccount(db)
if err != nil {
panic(fmt.Sprintf("failed to create admin user: %v", err))