Remove loggers

This commit is contained in:
Sam Carlton 2022-05-19 14:53:42 -05:00
parent 16d2398125
commit 9ed92b7ea7

View file

@ -303,12 +303,8 @@ export default {
}, },
}, },
mounted () { mounted () {
// console.log(this.$el)
// Setup stork client // Setup stork client
storkClient = new StorkClient() storkClient = new StorkClient()
console.log('storkClient', storkClient)
}, },
methods: { methods: {
makeHighlightedMarkup, makeHighlightedMarkup,