fix: Ghost icon, remove console.log

This commit is contained in:
Andras Bacsai
2022-03-27 22:32:31 +02:00
parent d2353e3c35
commit 196d681a63
2 changed files with 3 additions and 1 deletions

View File

@@ -111,7 +111,6 @@ export const post: RequestHandler = async (event) => {
}
}
};
console.log(JSON.stringify(composeFile.volumes));
const composeFileDestination = `${workdir}/docker-compose.yaml`;
await fs.writeFile(composeFileDestination, yaml.dump(composeFile));