summaryrefslogtreecommitdiff
path: root/pkg/helper/windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/helper/windows.go')
-rw-r--r--pkg/helper/windows.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go
index 2872702..5eef863 100644
--- a/pkg/helper/windows.go
+++ b/pkg/helper/windows.go
@@ -82,8 +82,6 @@ func parseCliArgs() {
runService(svcName, true)
return
case "install":
- // TODO get binary name -- or maybe not, since in this way we make sure
- // that all bitmask-vpn brandings are mutually exclusive.
err = installService(svcName, "bitmask-helper service")
case "remove":
err = removeService(svcName)