Skip to content

Commit cc1a4c0

Browse files
committed
refactor(helper): remove console error logging in Helper class
1 parent 788885c commit cc1a4c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resources/helper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ export class Helper extends APIResource {
289289
isSrcParameterUsedForURL = true;
290290
}
291291
} catch (e) {
292-
console.error(e);
293292
return '';
294293
}
295294

0 commit comments

Comments
 (0)