diff --git a/js/components/toggler.js b/js/components/toggler.js index 248de40a..74093dd3 100644 --- a/js/components/toggler.js +++ b/js/components/toggler.js @@ -20,9 +20,5 @@ export default { toggle: function (e) { this.isVisible = !this.isVisible } - }, - - mounted: function () { - console.log(this) } }