Skip to content

Commit eb7e0c3

Browse files
committed
Remove stray console.log
1 parent 4f5650e commit eb7e0c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export function admin(returnFunction) {
5757

5858
export function ta(returnFunction) {
5959
ui.view();
60-
console.log(authModalOpen)
6160
if (authModalOpen) return;
6261
ui.startLoader();
6362
ui.modal({

0 commit comments

Comments
 (0)