Skip to content

Commit 0d271dc

Browse files
author
Ives van Hoorne
committed
Remove console statements
1 parent 69577d9 commit 0d271dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/components/sandbox/CodeEditor/monaco/workers/fetch-dependency-typings.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ function fetchAndAddDependencies(dependencies) {
203203
dep,
204204
getVersion(dependencies[dep]),
205205
fetchedPaths
206-
).catch(e => {
207-
console.log(dep);
208-
console.error(e);
206+
).catch(() => {
209207
// Not available in package.json, try checking in @types/
210208
fetchFromDefinitelyTyped(
211209
dep,

0 commit comments

Comments
 (0)