From 901ffab59e05722ab794ad4f73fd764a62bb231e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Tue, 5 Mar 2024 01:06:38 +0000 Subject: [PATCH] remove comment that is now downplaying scope of method --- flow/workflows/qrep_flow.go | 1 - 1 file changed, 1 deletion(-) diff --git a/flow/workflows/qrep_flow.go b/flow/workflows/qrep_flow.go index d37579f2fd..9f2984b7c5 100644 --- a/flow/workflows/qrep_flow.go +++ b/flow/workflows/qrep_flow.go @@ -504,7 +504,6 @@ func QRepFlowWorkflow( state.LastPartition = partitions.Partitions[len(partitions.Partitions)-1] } - // sleep for a while and continue the workflow err = q.waitForNewRows(ctx, signalChan, state.LastPartition) if err != nil { return err