Skip to content

Commit 79cf4d9

Browse files
committed
Don't log ACTIVITIES at every refresh
1 parent 3a91c88 commit 79cf4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class Controller {
212212
this.apiProxy.GetActivitiesRemote("", function([response], err) {
213213
this.runningActivitiesQuery = false;
214214
this.activities = response;
215-
global.log('ACTIVITIES HAMSTER: ', this.activities);
215+
// global.log('ACTIVITIES HAMSTER: ', this.activities);
216216
}.bind(this));
217217
}
218218

0 commit comments

Comments
 (0)