Skip to content

Commit ffe873b

Browse files
committed
WIP: nick.farrell 03/10/25 00:08 fedora
1 parent f581554 commit ffe873b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/plugin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ func (t *TargetPlugin) Status(config map[string]string) (*sdk.TargetStatus, erro
212212
// If it's been at least 10 minutes since the last check for orphaned
213213
// droplets, run one now (in a separate goroutine)
214214
go debounce("deleteOrphanedDroplets", func() {
215-
t.logger.Info("performing periodic check for orphaned droplets")
216215
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
217216
defer cancel()
218217
deleteOrphanedDroplets(ctx, t.logger, t.client.Droplets(), t.getReadyNomadClients, template)

0 commit comments

Comments
 (0)