Skip to content

Commit

Permalink
fix: removed logging
Browse files Browse the repository at this point in the history
Signed-off-by: isubasinghe <isitha@pipekit.io>
  • Loading branch information
isubasinghe committed Sep 18, 2024
1 parent 6d4da2c commit e445525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/sync/sync_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func (cm *Manager) Initialize(wfs []wfv1.Workflow) {
// TryAcquire tries to acquire the lock from semaphore.
// It returns status of acquiring a lock , status of Workflow status updated, waiting message if lock is not available and any error encountered
func (cm *Manager) TryAcquire(wf *wfv1.Workflow, nodeName string, syncLockRef *wfv1.Synchronization) (bool, bool, string, error) {
log.Infof("[DEBUG] called TryAcquire with holderKey %s", getHolderKey(wf, nodeName))
cm.lock.Lock()
defer cm.lock.Unlock()

Expand Down

0 comments on commit e445525

Please sign in to comment.