Skip to content

Commit

Permalink
test removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gen4sp committed Feb 2, 2019
1 parent 28a4b2e commit 7cf86b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/helpers/events.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export function click (vue, label) {
console.log('TEST3', label)
vue.$emit('onClick', { label: label })
}
2 changes: 0 additions & 2 deletions src/providers/Facebook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<script>
import { click } from '../helpers/events'
import { documentHrefWithoutHash } from "../helpers/href";
console.log('TEST1')
export default {
name: "VueGoodshareFacebook",
props: {
Expand All @@ -39,7 +38,6 @@ export default {
has_counter: Boolean
},
data() {
console.log('TEST2')
return {
buttonSocialDesignObject: {
"button-social__square_edges": this.$props.has_square_edges,
Expand Down

0 comments on commit 7cf86b9

Please sign in to comment.