removing log print

This commit is contained in:
Jeff Morgan 2014-12-10 19:13:58 -08:00
parent 99a27bd398
commit aaa6d6d921
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ startUpdatingBoot2DockerUtilization = function () {
};
startSyncingAppState = function () {
console.log('app');
ImageUtil.sync(function (err) {
if (err) {
console.log(err);