Skip to content

Commit 13313f0

Browse files
committed
cleanup
1 parent 216d690 commit 13313f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbos/system_database.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,6 @@ func (s *sysDB) recordOperationResult(ctx context.Context, input recordOperation
12111211
}
12121212

12131213
if err != nil {
1214-
s.logger.Error("RecordOperationResult Error occurred", "error", err)
12151214
if pgErr, ok := err.(*pgconn.PgError); ok && pgErr.Code == _PG_ERROR_UNIQUE_VIOLATION {
12161215
return newWorkflowConflictIDError(input.workflowID)
12171216
}

0 commit comments

Comments
 (0)