remove console log
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user