Remove left-over docker proxy start call in platform.js

This commit is contained in:
Johannes Zellner
2018-08-21 15:31:53 +02:00
parent f338e015d5
commit f4a76a26af

View File

@@ -62,7 +62,6 @@ function start(callback) {
if (error) return callback(error);
async.series([
startDockerProxy,
stopContainers.bind(null, existingInfra),
startAddons.bind(null, existingInfra),
removeOldImages,