Skip to content

Commit d7d010f

Browse files
committed
fix: removed console.log
1 parent 2f37b7e commit d7d010f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ class CoCreateFileSystem {
8888
organization_id
8989
}
9090

91-
if (pathname.includes('1240-1240'))
92-
console.log('test')
9391
let file
9492
if (pathname.startsWith('/dist') || pathname.startsWith('/admin') || ['/403.html', '/404.html', '/offline.html', '/manifest.webmanifest', '/service-worker.js'].includes(pathname))
9593
file = await getDefaultFile(pathname)

0 commit comments

Comments
 (0)