Removed unnecessary debug stuff

This commit is contained in:
shpuld 2017-02-23 00:39:41 +02:00
parent 715bfb3dca
commit 9237f0b918

View file

@ -66,10 +66,8 @@
}
},
bodyStyle () {
let color = this.$store.state.config.colors['base00']
console.log(this.color)
return {
background: 'linear-gradient(to bottom, rgba(0, 0, 0, 0), ' + color + ' 80%)'
background: 'linear-gradient(to bottom, rgba(0, 0, 0, 0), ' + this.$store.state.config.colors['base00'] + ' 80%)'
}
},
isOtherUser () {