Revert "TEMP log image in use"

This reverts commit 95722dcab4.
pull/164/head
Aaron Trudeau 2022-03-30 19:55:22 -04:00
parent 95722dcab4
commit 2fe4078c8d
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
3 changed files with 1 additions and 5 deletions

2
dist/index.js generated vendored
View File

@ -337,8 +337,6 @@ class ImageTag {
return customImage;
}
const dockerRepoVersion = 0;
// TEMP REMOVE THIS
console.log(`DOCKER IMAGE IN USE IS ${image}:${tag}-${dockerRepoVersion}`);
return `${image}:${tag}-${dockerRepoVersion}`;
}
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -123,8 +123,6 @@ class ImageTag {
}
const dockerRepoVersion = 0;
// TEMP REMOVE THIS
console.log(`DOCKER IMAGE IN USE IS ${image}:${tag}-${dockerRepoVersion}`)
return `${image}:${tag}-${dockerRepoVersion}`;
}
}