From 2d293c075f25aac17005ba97cdb76db7554088e1 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 28 Jun 2020 01:35:23 +0300 Subject: fix: remove console.log --- hooks/isAuthenticated.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'hooks') diff --git a/hooks/isAuthenticated.ts b/hooks/isAuthenticated.ts index 50290c8..077fbec 100644 --- a/hooks/isAuthenticated.ts +++ b/hooks/isAuthenticated.ts @@ -1,7 +1,6 @@ import { HookContext } from '@feathersjs/feathers'; export default async (context: HookContext): Promise => { - console.log(context.params.authenticated); return context.params.authenticated || false; }; -- cgit v1.2.3