Skip to content

Commit

Permalink
(web admin) code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
satkunas committed May 15, 2019
1 parent 9aebefb commit d655700
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -322,8 +322,6 @@ export default {
addUserTaggedOption (userTaggedOption) {
this.userTaggedOption = { name: userTaggedOption, value: userTaggedOption }
this.$set(this.inputValue, 'match', userTaggedOption)
console.log('this.inputValue', this.inputValue)
console.log('this.value', this.value)
}
},
created () {
Expand Down
Expand Up @@ -23,7 +23,6 @@
import { createDebouncer } from 'promised-debounce'
import { pfConfigurationPortalModuleTypeName as moduleTypeName } from '@/globals/configuration/pfConfigurationPortalModules'
export default {
name: 'portal-module-button',
props: {
Expand Down

0 comments on commit d655700

Please sign in to comment.