diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-30 20:44:26 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-30 20:44:26 +0700 |
commit | e8247da13c489cecbf1401e84400cbec1ce0e7dd (patch) | |
tree | 934793e5942023cdfbaf0521eb7d919d92a01251 /crypto/test | |
parent | Mark SIKE implementation Obsolete (diff) | |
download | BouncyCastle.NET-ed25519-e8247da13c489cecbf1401e84400cbec1ce0e7dd.tar.xz |
Remove TRACE
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 2 |
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> |