rm console log

This commit is contained in:
karamvir
2023-08-17 15:05:19 -07:00
parent 9a8b2a308d
commit cf4c4664e1

View File

@@ -38,7 +38,6 @@ export const DeploymentConfig = ({ id }: { id: string }) => {
const { mutate } = useWrite("UpdateDeployment");
if (!config) return null;
console.log(config);
const show_ports = update.network
? update.network !== "host"