removed stray console.log

This commit is contained in:
Thaum Rystra
2020-05-08 16:31:58 +02:00
parent 6c8e9037e1
commit 62689174e2

View File

@@ -17,7 +17,6 @@
* Because speed dials only work well with v-btn's as children, this hacky
* component creates a v-btn with a label.
*/
console.log('labeled fab reporting for duty')
export default {
props: ['icon', 'label'],
}