We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94e68c commit bc6bf5cCopy full SHA for bc6bf5c
js/src/timer.js
@@ -592,8 +592,6 @@ function() {
592
}
593
594
function resumeWorkItem(wiResume) {
595
- console.log('Resuming');
596
- console.log(wiResume);
597
startTimer(wiResume.data('projectid'), wiResume.data('tagids'), wiResume.data('work-name'));
598
return false;
599
@@ -668,7 +666,6 @@ function() {
668
666
$('#start-tracking > span').addClass("play-button").removeClass("stop-button");
669
667
670
$( "#start-tracking" ).click(function() {
671
- console.log("Start tracking test" + $(this).data('work-name'));
672
if(localStorage.getItem('isTimerStarted') === 'true'){
673
stopTimer();
674
} else {
0 commit comments