Skip to content

Commit

Permalink
Remove debug log fromt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Apr 26, 2019
1 parent ca62d7e commit 3b5586c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HarmonyTests/Patching/FinalizerPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ public void Test_ThrowingStringReturningMethod_FinalizerReturningExceptionAndCha
[SetUp]
public void SetUp()
{
Harmony.DEBUG = true;

var testMethod = TestContext.CurrentContext.Test.Name;
var parts = testMethod.Split('_');
var originalType = AccessTools.TypeByName("HarmonyLibTests.Assets." + parts[1]);
Expand Down

0 comments on commit 3b5586c

Please sign in to comment.