Skip to content
Snippets Groups Projects
Commit f3bd4185 authored by leandro's avatar leandro
Browse files

remove console log

parent fcfcad34
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ export default {
return d
},
subString : function(value){
console.log(value)
return value.substring(0,26)+".."
}
},
......@@ -64,9 +63,6 @@ export default {
dataTooltipMsg(msg){
return msg;
},
toggle() {
this.open = !this.open;
},
},
}
</script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment