Skip to content

Commit f21a0b7

Browse files
leoromanovskyaarsilv
authored andcommitted
remove console from poller
1 parent 73119cb commit f21a0b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/poller.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as td from 'testdouble';
22

33
import { POLL_INTERVAL_MS, POLL_JITTER_PCT } from './constants';
4-
import initPoller, { pollerStats } from './poller';
4+
import initPoller from './poller';
55

66
describe('poller', () => {
77
const testIntervalMs = POLL_INTERVAL_MS;
@@ -15,7 +15,6 @@ describe('poller', () => {
1515
afterEach(() => {
1616
td.reset();
1717
jest.clearAllTimers();
18-
console.log('>>>> POLLER STATS', pollerStats());
1918
});
2019

2120
afterAll(() => {

0 commit comments

Comments
 (0)