summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-10-30 20:44:26 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-10-30 20:44:26 +0700
commite8247da13c489cecbf1401e84400cbec1ce0e7dd (patch)
tree934793e5942023cdfbaf0521eb7d919d92a01251
parentMark SIKE implementation Obsolete (diff)
downloadBouncyCastle.NET-ed25519-e8247da13c489cecbf1401e84400cbec1ce0e7dd.tar.xz
Remove TRACE
-rw-r--r--crypto/test/BouncyCastle.Crypto.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj
index 3c9b88328..c5025b9e7 100644
--- a/crypto/test/BouncyCastle.Crypto.Tests.csproj
+++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj
@@ -14,7 +14,7 @@
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)'=='Release'">
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <DefineConstants>DEBUG</DefineConstants>
   </PropertyGroup>
 
   <ItemGroup>