remove console.log entries
This commit is contained in:
@@ -165,7 +165,7 @@ export default {
|
||||
getAPIKeys();
|
||||
loading.value = false;
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
console.error(e);
|
||||
loading.value = false;
|
||||
}
|
||||
});
|
||||
|
||||
@@ -131,7 +131,6 @@ export default {
|
||||
loading.value = true;
|
||||
let result = "";
|
||||
try {
|
||||
console.log(script.value);
|
||||
result = await saveScript(script.value);
|
||||
onDialogOK();
|
||||
notifySuccess(result);
|
||||
|
||||
Reference in New Issue
Block a user