remove wrongly merged code

This commit is contained in:
grossmj 2026-07-13 10:05:01 +02:00
parent d8f8b6ec70
commit a58fa8602b
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -485,10 +485,6 @@ class DockerVM(BaseNode):
raise
self._cid = result["Id"]
log.info(f"Docker container '{self._name}' [{self._id}] created")
if self._cpus > 0:
log.info(f"CPU limit set to {self._cpus} CPUs")
if self._memory > 0:
log.info(f"Memory limit set to {self._memory} MB")
return True
def _format_env(self, variables, env):