mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
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
|
||||
this._intOngoingDownload = setInterval(
|
||||
function(){
|
||||
self._log('npmTimer: hit an interval');
|
||||
performance.mark(self._ongoingMark);
|
||||
performance.measure(self._downloadOngoing, self._startMark, self._ongoingMark);
|
||||
}, this._interval);
|
||||
|
Loading…
x
Reference in New Issue
Block a user