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 () {
|
startSyncingAppState = function () {
|
||||||
console.log('app');
|
|
||||||
ImageUtil.sync(function (err) {
|
ImageUtil.sync(function (err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
Loading…
Reference in New Issue