Browse Source

remove debug logs

Evan You 11 năm trước cách đây
mục cha
commit
ef7430d5b4
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/directives/repeat.js

+ 0 - 2
src/directives/repeat.js

@@ -220,12 +220,10 @@ module.exports = {
    */
 
   build: function (data, index) {
-    console.log(data)
     var original = data
     var raw = this.converted
       ? data.value
       : data
-    console.log(raw)
     var isObject = raw && typeof raw === 'object'
     var alias = this.arg
     var hasAlias = !isObject || alias