forked from github-starred/komodo
rm console log
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user