Skip to content

Commit c56742f

Browse files
committed
fix: remove console error logging from QR code initialization
1 parent 88023f3 commit c56742f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ui/src/views/chat/user-login/scanCompinents/wecomQrCode.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const init = async () => {
7272
}
7373
})
7474
} catch (error) {
75-
console.error('Error initializing login panel:', error)
7675
}
7776
}
7877

ui/src/views/login/scanCompinents/dingtalkQrCode.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ const initActive = async () => {
114114
}
115115
)
116116
} catch (error) {
117-
console.error(error)
118117
}
119118
}
120119

ui/src/views/login/scanCompinents/wecomQrCode.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const init = async () => {
6464
}
6565
})
6666
} catch (error) {
67-
console.error('Error initializing login panel:', error)
6867
}
6968
}
7069

0 commit comments

Comments
 (0)