From 1ae60a6088fff2a455ef0d9a4635c0fb2c57ca66 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Fri, 17 Oct 2014 16:08:02 -0700 Subject: [PATCH] Remove stray console.log in meteor package --- packages/meteor/startup_client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/meteor/startup_client.js b/packages/meteor/startup_client.js index 98db6a4c44..755172c2b3 100644 --- a/packages/meteor/startup_client.js +++ b/packages/meteor/startup_client.js @@ -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; }