Skip to content

Commit 68c4c01

Browse files
committed
chore: cleanup
1 parent e5ebc12 commit 68c4c01

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wrapper.android.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ export namespace NATIVE {
9191
const nException = new io.sentry.protocol.SentryException();
9292
nException.setType(type);
9393
nException.setValue(value);
94-
console.log('test');
95-
// nException.setModule('');
96-
// nException.setModule('com.tns');
9794
nException.setThreadId(new java.lang.Long(java.lang.Thread.currentThread().getId()));
9895

9996
nException.setStacktrace(convertToNativeJavascriptStacktrace(stack));

0 commit comments

Comments
 (0)