removed unneeded log message

This commit is contained in:
emizzle 2018-06-14 18:11:22 +10:00 committed by Iuri Matias
parent eedcdc77a7
commit ceb57cfdf6
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class NpmTimer{
// function that continually updates the console to show user that we're downloading a library
this._intOngoingDownload = setInterval(
function(){
self._log('npmTimer: hit an interval');
performance.mark(self._ongoingMark);
performance.measure(self._downloadOngoing, self._startMark, self._ongoingMark);
}, this._interval);