diff --git a/src/components/Manifest/Deploy/Configure.jsx b/src/components/Manifest/Deploy/Configure.jsx index c56aaa4..519c9c0 100644 --- a/src/components/Manifest/Deploy/Configure.jsx +++ b/src/components/Manifest/Deploy/Configure.jsx @@ -103,7 +103,6 @@ export default function Configure({ handleClose(); if (diffManifestFields(manifest, localManifest)) { try { - console.log(localManifest) localManifest.update_duration = parseInt(localManifest.update_duration); localManifest.max_attempts = parseInt(localManifest.max_attempts);