Revert "TEMP log image in use"

This reverts commit 95722dcab4.
This commit is contained in:
Aaron Trudeau
2022-03-30 19:55:22 -04:00
parent 95722dcab4
commit 2fe4078c8d
3 changed files with 1 additions and 5 deletions

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}`;
}
}