From aaa6d6d9214435435a47d1f476c97a00d08e8151 Mon Sep 17 00:00:00 2001 From: Jeff Morgan Date: Wed, 10 Dec 2014 19:13:58 -0800 Subject: [PATCH] removing log print --- meteor/client/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/meteor/client/main.js b/meteor/client/main.js index 532a50bc28..300c07df70 100755 --- a/meteor/client/main.js +++ b/meteor/client/main.js @@ -229,7 +229,6 @@ startUpdatingBoot2DockerUtilization = function () { }; startSyncingAppState = function () { - console.log('app'); ImageUtil.sync(function (err) { if (err) { console.log(err);