Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>
  • Loading branch information
J-N-K committed Jan 3, 2023
1 parent 63192e6 commit 5d75dbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ export default {
},
computed: {
showConfig () {
console.error('configUri' + this.addon.configDescriptionURI)
return this.addon && this.addon.installed && (this.addon.configDescriptionURI || this.addon.loggerPackages.length > 0)
},
realAddonId () {
Expand Down

0 comments on commit 5d75dbf

Please sign in to comment.