Skip to content

Commit

Permalink
Removed commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
divzi-p committed Apr 30, 2024
1 parent c2868db commit ba6855c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dapr.Client/DaprClientGrpc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,6 @@ public override async Task<ReadOnlyMemory<byte>> GetByteStateAsync(
IReadOnlyDictionary<string, string> metadata = default,
CancellationToken cancellationToken = default)
{
//throw new NotImplementedException();
ArgumentVerifier.ThrowIfNullOrEmpty(storeName, nameof(storeName));
ArgumentVerifier.ThrowIfNullOrEmpty(key, nameof(key));
var envelope = new Autogenerated.GetStateRequest()
Expand Down

0 comments on commit ba6855c

Please sign in to comment.