Remove unused logger

This commit is contained in:
Dave Syer
2016-07-18 09:00:27 +01:00
parent e8781778bb
commit a4371b1d9f
2 changed files with 0 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ import spock.lang.Specification
@ContextConfiguration(classes = Config, loader = SpringBootContextLoader)
@WebIntegrationTest(randomPort = true)
@IntegrationTest
@Slf4j
@AutoConfigureStubRunner
@DirtiesContext
class StubRunnerSpringCloudAutoConfigurationSpec extends Specification {

View File

@@ -19,7 +19,6 @@ package org.springframework.cloud.contract.stubrunner.util
import groovy.util.logging.Slf4j
import spock.lang.Specification
@Slf4j
class ZipCategorySpec extends Specification {
def 'should unzip a file to the specified location'() {