mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove stray console.log statements.
This commit is contained in:
@@ -39,10 +39,7 @@ exports.watch = function watch(absPath, callback) {
|
||||
var now = +new Date;
|
||||
if (now - lastPathwatcherEventTime > pollingInterval) {
|
||||
lastWatchFileEventTime = now;
|
||||
console.log("firing watchFile event");
|
||||
callback.apply(this, arguments);
|
||||
} else {
|
||||
console.log("dropping watchFile event");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user