aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-02-15 20:06:15 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-02-15 20:06:15 +0100
commit2daa9b7226c8b7b96ed2634627391b8a8fe171ac (patch)
tree8f0120a4b7f59125f8b46af82beb45d4e2e1c388 /src/stores/ServicesStore.js
parentremove unnecessary observable (diff)
downloadferdium-app-2daa9b7226c8b7b96ed2634627391b8a8fe171ac.tar.gz
ferdium-app-2daa9b7226c8b7b96ed2634627391b8a8fe171ac.tar.zst
ferdium-app-2daa9b7226c8b7b96ed2634627391b8a8fe171ac.zip
remove debug logs
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 99ffe5439..c38d0d9ee 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -536,7 +536,6 @@ export default class ServicesStore extends Store {
536 536
537 // We can't just block this earlier, otherwise the mobx reaction won't be aware of the vars to watch in some cases 537 // We can't just block this earlier, otherwise the mobx reaction won't be aware of the vars to watch in some cases
538 if (showMessageBadgesEvenWhenMuted) { 538 if (showMessageBadgesEvenWhenMuted) {
539 console.log('set badge', unreadDirectMessageCount, unreadIndirectMessageCount);
540 this.actions.app.setBadge({ 539 this.actions.app.setBadge({
541 unreadDirectMessageCount, 540 unreadDirectMessageCount,
542 unreadIndirectMessageCount, 541 unreadIndirectMessageCount,