Browse Source

Removed comment.

dcarns 3 years ago
parent
commit
af53cb1a27
1 changed files with 0 additions and 1 deletions
  1. 0 1
      netclient/daemon/windows.go

+ 0 - 1
netclient/daemon/windows.go

@@ -39,7 +39,6 @@ func RestartWindowsDaemon() {
 	StopWindowsDaemon()
 	StopWindowsDaemon()
 	// start daemon, will not restart or start another
 	// start daemon, will not restart or start another
 	ncutils.RunCmd(strings.Replace(ncutils.GetNetclientPathSpecific(), `\\`, `\`, -1)+`winsw.exe start`, false)
 	ncutils.RunCmd(strings.Replace(ncutils.GetNetclientPathSpecific(), `\\`, `\`, -1)+`winsw.exe start`, false)
-	// ncutils.Log(strings.Replace(ncutils.GetNetclientPathSpecific(), `\\`, `\`, -1) + `winsw.exe start`)
 }
 }
 
 
 // CleanupWindows - cleans up windows files
 // CleanupWindows - cleans up windows files