aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/service_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/service_manager.go')
-rw-r--r--service/service_manager.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/service_manager.go b/service/service_manager.go
index 1f31521b..9b227592 100644
--- a/service/service_manager.go
+++ b/service/service_manager.go
@@ -266,7 +266,6 @@ loop:
case svc.Interrogate:
changes <- c.CurrentStatus
case svc.SessionChange:
- //TODO: All the logic here depends on https://go-review.googlesource.com/c/sys/+/158698 being merged
if c.EventType != wtsSessionLogon && c.EventType != wtsSessionLogoff {
continue
}