Skip to content

Commit

Permalink
Removed obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Mar 29, 2024
1 parent a101743 commit 7e950bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qdb/etcdqdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ func (q *EtcdQDB) GetTransferTx(ctx context.Context, key string) (*DataTransferT
Str("key", key).
Msg("etcdqdb: get data transfer tx")

// TODO move to separate namespace
resp, err := q.cli.Get(ctx, transferTxNodePath(key))
if err != nil {
spqrlog.Zero.Error().Err(err).Msg("Failed to get transaction")
Expand Down

0 comments on commit 7e950bc

Please sign in to comment.