We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a91c88 commit 79cf4d9Copy full SHA for 79cf4d9
extension/extension.js
@@ -212,7 +212,7 @@ class Controller {
212
this.apiProxy.GetActivitiesRemote("", function([response], err) {
213
this.runningActivitiesQuery = false;
214
this.activities = response;
215
- global.log('ACTIVITIES HAMSTER: ', this.activities);
+ // global.log('ACTIVITIES HAMSTER: ', this.activities);
216
}.bind(this));
217
}
218
0 commit comments