style: 移除非error级别console

This commit is contained in:
TsMask
2023-10-11 17:44:53 +08:00
parent eaba814cd2
commit 366538ef0d

View File

@@ -252,7 +252,6 @@ function fnFileModalOk() {
const from = toRaw(fileModalState.from);
const type = fileModalState.visibleType;
let fnType = null;
console.log(type, from);
if (type === 'send') {
fnType = sendNeSoftware(from);
}