Skip to content

Commit 2d293c0

Browse files
committed
fix: remove console.log
1 parent 2886e64 commit 2d293c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hooks/isAuthenticated.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { HookContext } from '@feathersjs/feathers';
22

33
export default async (context: HookContext): Promise<boolean> => {
4-
console.log(context.params.authenticated);
54
return context.params.authenticated || false;
65
};
76

0 commit comments

Comments
 (0)