Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6eb8adc

Browse files
committed
remove console spam from typings worker; closes #901
1 parent 72097e5 commit 6eb8adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/code-editor/src/lib/workers/typings-worker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const loadContent = async url => {
1717
}
1818

1919
const response = await fetch(url);
20-
console.log(response.status, url);
2120

2221
if (response.status >= 200 && response.status < 300) {
2322
const text = await response.text();

0 commit comments

Comments
 (0)