Skip to content

Commit 5141cdc

Browse files
authored
turn off DEBUG in ParametersUtilTest
this setting gates a lot of output and I had accidentally set it to true in the build, producing lots of noise Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
1 parent bc31068 commit 5141cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fhir-search/src/test/java/com/ibm/fhir/search/parameters/ParametersUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Tests ParametersUtil
3838
*/
3939
public class ParametersUtilTest extends BaseSearchTest {
40-
public static final boolean DEBUG = true;
40+
public static final boolean DEBUG = false;
4141

4242
@Test
4343
public void testGetAllSearchParameters() throws IOException {

0 commit comments

Comments
 (0)