From a3c723639a6db1096dfe18fd28868806ac874590 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:03:43 -0500 Subject: [PATCH] Remove Debug Code --- example/FieldTests.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/example/FieldTests.cs b/example/FieldTests.cs index 15ddfee..cbe41b0 100644 --- a/example/FieldTests.cs +++ b/example/FieldTests.cs @@ -28,11 +28,6 @@ public void ReferenceFieldConstant(string actualArg, bool shouldMatch) var test = pretend.Create(); - if (false) - { - throw new Exception("something"); - } - var result = test.MyMethod(actualArg); Assert.Equal(shouldMatch, result == 1);