Skip to content

Commit

Permalink
style: omit debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
grzhan committed Sep 26, 2017
1 parent 035b301 commit 089af90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/FSS.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div ref="shader">
<slot></slot>
</div>
</template>

Expand Down Expand Up @@ -32,14 +33,9 @@ export default {
},
mounted: function() {
console.log('[vue-flat-surface-shader] mounted!')
this.initialize()
},
beforeUpdate: function() {
console.log('[vue-flat-surface-shader] updated!')
},
data: function() {
return {
start: Date.now(),
Expand Down

0 comments on commit 089af90

Please sign in to comment.