Remove debug output

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-06-02 10:19:10 +02:00
parent a5509aa253
commit 7152414903
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 0 additions and 2 deletions

View File

@ -146,7 +146,6 @@ export default {
if (this.app.author['@value']) {
return [this.app.author];
}
console.log(this.app.author);
return this.app.author;
},
appGroups() {

View File

@ -72,7 +72,6 @@ export default {
this.$store.dispatch('getAllApps');
this.$store.dispatch('getGroups');
this.$store.commit('setUpdateCount', this.$store.getters.getServerData.updateCount)
console.log(this.$store.getters.getServerData.updateCount);
},
mounted() {
// TODO: remove jQuery once we have a proper standardisation of the search