Skip to content

Commit

Permalink
remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dean committed May 4, 2011
1 parent 6e1aa51 commit 6854a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.periodicalupdater.js
@@ -1,6 +1,6 @@
/**
* PeriodicalUpdater - jQuery plugin for timed, decaying ajax calls
*
*
* http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/
* http://enfranchisedmind.com/blog/posts/jquery-periodicalupdater-ajax-polling/
*
Expand Down Expand Up @@ -50,7 +50,7 @@
clearTimeout(timer);
}
timerInterval = interval;
pu_log('resetting timer to '+ timerInterval +'.');
//pu_log('resetting timer to '+ timerInterval +'.');
timer = setTimeout(getdata, timerInterval);
}

Expand Down

0 comments on commit 6854a76

Please sign in to comment.