Explorar el Código

Remove console.log

sbkwgh hace 8 años
padre
commit
b24fe0ae7f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/main.js

+ 0 - 1
src/main.js

@@ -111,7 +111,6 @@ Vue.filter('truncate', function (value, length) {
 });
 
 Vue.filter('pluralize', function(number, value) {
-	console.log(number, value)
 	if(number === 1) {
 		return value
 	} else {