remove console.log

This commit is contained in:
Andras Bacsai 2022-08-16 11:08:23 +00:00
parent 2590efba4b
commit bb01cfb330

View File

@ -16,7 +16,6 @@ export function formatLabelsOnDocker(data) {
export async function checkContainer({ dockerId, container, remove = false }: { dockerId: string, container: string, remove?: boolean }): Promise<boolean> {
let containerFound = false;
try {
console.log('checking ', container)
const { stdout } = await executeDockerCmd({
dockerId,
command: