Skip to content

Commit 25d6d9c

Browse files
committed
save
1 parent 62fc088 commit 25d6d9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Service/system-service_windows.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ func (thisRef *WindowsService) Stop() error {
226226
})
227227

228228
if thisRef.command.OnStopDelegate != nil {
229-
logger.Debug("ACTUAL: OnStopDelegate() beferring-calling")
230-
231229
logging.Instance().LogDebugWithFields(loggingC.Fields{
232230
"method": helpersReflect.GetThisFuncName(),
233231
"message": fmt.Sprintf("%s: OnStopDelegate beferring-calling: %s", logTag, thisRef.command.Name),

0 commit comments

Comments
 (0)