Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
hamster-time-tracker
0118-Don-t-log-ACTIVITIES-at-every-refresh.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0118-Don-t-log-ACTIVITIES-at-every-refresh.patch of Package hamster-time-tracker
From f64600629f190b244549193a4737a9fc4575f3cc Mon Sep 17 00:00:00 2001 From: Martin Wilck <mwilck@suse.com> Date: Thu, 9 May 2019 23:53:41 +0200 Subject: [PATCH 118/130] Don't log ACTIVITIES at every refresh --- extension/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/extension.js b/extension/extension.js index 2d398c1..4956c47 100644 --- a/extension/extension.js +++ b/extension/extension.js @@ -212,7 +212,7 @@ class Controller { this.apiProxy.GetActivitiesRemote("", function([response], err) { this.runningActivitiesQuery = false; this.activities = response; - global.log('ACTIVITIES HAMSTER: ', this.activities); + // global.log('ACTIVITIES HAMSTER: ', this.activities); }.bind(this)); } -- 2.26.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor