Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
schroffl authored Aug 4, 2018
1 parent 4f0d684 commit 0737ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/keepalive.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function keepalive(f) {

function schedule() {
timeout = setTimeout(() => {
console.log('Calling');
f();
interrupt();
}, duration);
Expand Down

0 comments on commit 0737ac4

Please sign in to comment.