mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-04-29 03:00:06 +00:00
remove debug
This commit is contained in:
@@ -157,7 +157,6 @@ export default {
|
||||
ok: { label: "Save" },
|
||||
cancel: true,
|
||||
}).onOk(async data => {
|
||||
console.log(data);
|
||||
loading.value = true;
|
||||
try {
|
||||
const result = await editAgentNote(note.pk, { note: data });
|
||||
|
||||
@@ -252,7 +252,6 @@ export default {
|
||||
const loading = ref(false);
|
||||
|
||||
async function submit() {
|
||||
console.log(task.value);
|
||||
if (!step1Done.value || !step2Done.value) {
|
||||
notifyError("Some steps are incomplete");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user