mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove stray console.log in meteor package
This commit is contained in:
@@ -21,7 +21,6 @@ var ready = function() {
|
||||
// plugin that we always include for sure) and retry a bit later if it
|
||||
// is nowhere to be found. Experiments have found that either all
|
||||
// plugins are attached or none.
|
||||
console.log("retrying")
|
||||
Meteor.setTimeout(runStartupCallbacks, 20);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user