Skip to content

Commit 0aa6285

Browse files
author
elevatebart
committed
fix: remove console.log
1 parent 156000e commit 0aa6285

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

Diff for: package-lock.json

+9-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"debounce": "^1.2.1",
2424
"hash-sum": "^2.0.0",
2525
"prismjs": "^1.29.0",
26-
"vue-inbrowser-compiler-sucrase": "^4.62.0",
27-
"vue-inbrowser-compiler-utils": "^4.62.1",
26+
"vue-inbrowser-compiler-sucrase": "^4.62.1",
2827
"vue-prism-editor": "^2.0.0-alpha.2"
2928
},
3029
"devDependencies": {

Diff for: src/Preview.vue

-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ export default defineComponent({
250250
return;
251251
}
252252
253-
console.log({render:options.render})
254-
255253
this.previewedComponent = markRaw(options);
256254
this.iteration = this.iteration + 1;
257255
this.error = false;

0 commit comments

Comments
 (0)