fix erroneous logging for windows service on non-windows

pull/699/head v0.1.8.1231
bakerboy448 3 years ago committed by Qstick
parent 32fd0911a2
commit dd27d69e97

@ -171,8 +171,6 @@ namespace NzbDrone.Host
return ApplicationModes.UninstallService;
}
Logger.Debug("Getting windows service status");
// IsWindowsService can throw sometimes, so wrap it
var isWindowsService = false;
try

Loading…
Cancel
Save