Skip to content

Commit d795789

Browse files
committed
less chatty x2
1 parent 8505f14 commit d795789

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dbos/system_database.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,8 +1543,6 @@ func (s *sysDB) sleep(ctx context.Context, input sleepInput) (time.Duration, err
15431543
}
15441544
} else {
15451545
// First execution: calculate and record the end time
1546-
s.logger.Debug("Durable sleep", "stepID", stepID, "duration", input.duration)
1547-
15481546
endTime = time.Now().Add(input.duration)
15491547

15501548
// Record the operation result with the calculated end time

0 commit comments

Comments
 (0)