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