debugging

This commit is contained in:
Jan Renz
2015-04-14 16:45:56 +02:00
parent a28b80b083
commit 168df58cc7
2 changed files with 10 additions and 2 deletions

View File

@ -21,7 +21,6 @@ class DockerContainerPool
end
def self.return_container(container, execution_environment)
#container.start()
@containers[execution_environment.id].push(container)
end