Remove debug output
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a5509aa253
commit
7152414903
|
@ -146,7 +146,6 @@ export default {
|
||||||
if (this.app.author['@value']) {
|
if (this.app.author['@value']) {
|
||||||
return [this.app.author];
|
return [this.app.author];
|
||||||
}
|
}
|
||||||
console.log(this.app.author);
|
|
||||||
return this.app.author;
|
return this.app.author;
|
||||||
},
|
},
|
||||||
appGroups() {
|
appGroups() {
|
||||||
|
|
|
@ -72,7 +72,6 @@ export default {
|
||||||
this.$store.dispatch('getAllApps');
|
this.$store.dispatch('getAllApps');
|
||||||
this.$store.dispatch('getGroups');
|
this.$store.dispatch('getGroups');
|
||||||
this.$store.commit('setUpdateCount', this.$store.getters.getServerData.updateCount)
|
this.$store.commit('setUpdateCount', this.$store.getters.getServerData.updateCount)
|
||||||
console.log(this.$store.getters.getServerData.updateCount);
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
// TODO: remove jQuery once we have a proper standardisation of the search
|
// TODO: remove jQuery once we have a proper standardisation of the search
|
||||||
|
|
Loading…
Reference in New Issue