mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
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