Skip to content

Commit f310aeb

Browse files
authored
Disable skipping job acquire log (coder#3240)
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent b1e0d69 commit f310aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provisionerd/provisionerd.go

-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ func (p *Server) acquireJob(ctx context.Context) {
190190
return
191191
}
192192
if p.isRunningJob() {
193-
p.opts.Logger.Debug(context.Background(), "skipping acquire; job is already running")
194193
return
195194
}
196195
if p.isShutdown() {

0 commit comments

Comments
 (0)