Skip to content

Commit f3471b7

Browse files
committed
chore: Remove debug logging in test
1 parent 9631a77 commit f3471b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dsl-java/src/test/java/io/contract_testing/contractcase/test/function/verification/FunctionCallerVerificationEmptyConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void testVerifyRunsGlobalStateHandlers() {
2525
ContractCaseConfigBuilder.aContractCaseConfig()
2626
.consumerName("Java Function Caller Example")
2727
.providerName("Java Function Execution Example")
28-
.logLevel(LogLevel.DEBUG)
28+
// .logLevel(LogLevel.DEBUG)
2929
.publish(PublishType.NEVER)
3030
.contractDir("verifiable-contracts")
3131
.printResults(true)

0 commit comments

Comments
 (0)