mirror of https://github.com/embarklabs/embark.git
removed unneeded log message
This commit is contained in:
parent
eedcdc77a7
commit
ceb57cfdf6
|
@ -92,7 +92,6 @@ class NpmTimer{
|
||||||
// function that continually updates the console to show user that we're downloading a library
|
// function that continually updates the console to show user that we're downloading a library
|
||||||
this._intOngoingDownload = setInterval(
|
this._intOngoingDownload = setInterval(
|
||||||
function(){
|
function(){
|
||||||
self._log('npmTimer: hit an interval');
|
|
||||||
performance.mark(self._ongoingMark);
|
performance.mark(self._ongoingMark);
|
||||||
performance.measure(self._downloadOngoing, self._startMark, self._ongoingMark);
|
performance.measure(self._downloadOngoing, self._startMark, self._ongoingMark);
|
||||||
}, this._interval);
|
}, this._interval);
|
||||||
|
|
Loading…
Reference in New Issue