remove debug

This commit is contained in:
wh1te909
2021-11-05 18:04:48 +00:00
parent c5d8e1600c
commit 4627b9911c
2 changed files with 0 additions and 2 deletions

View File

@@ -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 });

View File

@@ -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;