Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3c608af

Browse files
committed
Remove conditional debug from Log()
1 parent 6f77f03 commit 3c608af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceStack.Redis/RedisNativeClient_Utils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ protected object[] SendExpectDeeplyNestedMultiData(params byte[][] cmdWithBinary
493493
return ReadDeeplyNestedMultiData();
494494
}
495495

496-
[Conditional("DEBUG")]
497496
protected void Log(string fmt, params object[] args)
498497
{
499498
log.DebugFormat("{0}", string.Format(fmt, args).Trim());

0 commit comments

Comments
 (0)