Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Sep 25, 2024
1 parent 96c494e commit 47c2d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vscodePlugin/web-resources/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ const basicConfig = {
// eslint-disable-next-line no-undef
changeString2Pinyin: pinyin,
beforeImageMounted(srcProp, srcValue) {
console.log('beforeImageMounted', srcProp, srcValue);
if (isHttpUrl(srcValue) || isDataUrl(srcValue)) {
return {
src: srcValue,
Expand Down

0 comments on commit 47c2d8a

Please sign in to comment.