Explorar el Código

remove log statement

Evan You hace 11 años
padre
commit
90fc2068dc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/directives/repeat.js

+ 0 - 1
src/directives/repeat.js

@@ -199,7 +199,6 @@ module.exports = {
         }
         if (idKey) { // swap track by id data
           if (alias) {
-            console.log('reusing...')
             vm[alias] = raw
           } else {
             vm._setData(raw)