Skip to content

Commit a3ad92c

Browse files
committed
chore: cleanup logs in tests
1 parent 38e1763 commit a3ad92c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

test-app/app/src/main/assets/app/tests/numericConversionTests.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ describe("Tests numeric conversions and constructor/method resolutions", functio
331331

332332
__log("TEST: TestIfNeedsToReturnLongItAlwaysReturnsLong3");
333333

334-
335-
console.log("LOADED CLASS", com.tns.tests.NumericConversions);
336-
337334
var N = com.tns.tests.NumericConversions.extend({
338335
hasToReturnLong : function(val) {
339336
return val;

test-app/app/src/main/assets/app/tests/testNativeTimers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ describe('native timer', () => {
3636
let calls = 0;
3737
const itv = setInterval(() => {
3838
calls++;
39-
console.log("{ CALLS", calls);
4039
}, 100);
4140
setTimeout(() => {
4241
clearInterval(itv);

0 commit comments

Comments
 (0)