mirror of https://github.com/docker/docs.git
removing log print
This commit is contained in:
parent
99a27bd398
commit
aaa6d6d921
|
@ -229,7 +229,6 @@ startUpdatingBoot2DockerUtilization = function () {
|
|||
};
|
||||
|
||||
startSyncingAppState = function () {
|
||||
console.log('app');
|
||||
ImageUtil.sync(function (err) {
|
||||
if (err) {
|
||||
console.log(err);
|
||||
|
|
Loading…
Reference in New Issue