Skip to content

Commit 83e1f1b

Browse files
committed
fix: Removed console.log
1 parent cae0e81 commit 83e1f1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ const install = (Vue, options) => {
3838

3939
}
4040

41-
console.log(format)
42-
4341
Object.assign(VueNumberFormat, { install: install, format, unformat })
4442

4543
// Auto-install when vue is found (eg. in browser via <script> tag)

0 commit comments

Comments
 (0)