Skip to content

Commit eb844bb

Browse files
author
Guillaume Chau
committed
Removed console log
1 parent 7ab4186 commit eb844bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/vue-component-dev-client/client/vue2-hot.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,9 @@ function tryWrap (fn) {
9494

9595
exports.rerender = tryWrap(function (id, options) {
9696
var record = map[id]
97-
console.log(id, record, map)
9897
if (typeof options === 'function') {
9998
options = options.options
10099
}
101-
console.log(options)
102100
record.Ctor.options.render = options.render
103101
record.Ctor.options.staticRenderFns = options.staticRenderFns
104102
record.instances.slice().forEach(function (instance) {

0 commit comments

Comments
 (0)