cmds: drop superfluous comment

This commit is contained in:
Simon Fels 2018-05-18 17:33:00 +02:00
commit 73166b9aae

View file

@ -243,7 +243,6 @@ anbox::cmds::SessionManager::SessionManager()
};
dispatcher->dispatch([&]() {
DEBUG("Starting container");
container_->start(container_configuration);
});
}