Skip to content

Commit

Permalink
Remove console write
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed Sep 5, 2023
1 parent eb36efb commit 517eaea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/StackExchange.Redis/RedisResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ internal static bool TryCreate(PhysicalConnection connection, in RawResult resul
{
try
{
if (result.Resp3Type == ResultType.Null)
{
Console.Write("hi");
}
switch (result.Resp2TypeBulkString)
{
case ResultType.Integer:
Expand Down

0 comments on commit 517eaea

Please sign in to comment.