Skip to content

Commit 8e6eef9

Browse files
author
Jérémy James Toussaint
committed
Removed useless local dev code
1 parent 9601c94 commit 8e6eef9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/iexec/worker/docker/CustomDockerClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public CustomDockerClient() throws DockerCertificateException {
5757

5858
public boolean pullImage(String chainTaskId, String image) {
5959
log.info("Image pull started [chainTaskId:{}, image:{}]", chainTaskId, image);
60-
return true;
61-
/*generateTeeSession,
6260
try {
6361
docker.pull(image);
6462
} catch (DockerException | InterruptedException e) {
@@ -69,7 +67,6 @@ public boolean pullImage(String chainTaskId, String image) {
6967

7068
log.info("Image pull completed [chainTaskId:{}, image:{}]", chainTaskId, image);
7169
return true;
72-
*/
7370
}
7471

7572
public boolean isImagePulled(String image) {

0 commit comments

Comments
 (0)