Remove stray console.log in meteor package

This commit is contained in:
Emily Stark
2014-10-17 16:08:02 -07:00
parent 84d3b2de4c
commit 1ae60a6088

View File

@@ -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;
}