From 70dbe74209ce237aa29845b33123c4ebaa4f393b Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 23 Feb 2023 01:19:14 +0100 Subject: [PATCH] chore: cleanup --- app/config.server.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config.server.ts b/app/config.server.ts index 2f2102a..291a344 100644 --- a/app/config.server.ts +++ b/app/config.server.ts @@ -3,6 +3,5 @@ export const ALLOW_USER_SIGNUP = Boolean( ); export const isSignupAllowed = () => { - console.log('ALLOW_USER_SIGNUP', ALLOW_USER_SIGNUP); return !!ALLOW_USER_SIGNUP; };