From 32b8cbecea63962cdc661536a72a63dfba50d449 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 8 Apr 2019 09:16:07 +0200 Subject: [PATCH] Polish --- .../instrument/hystrix/HystrixAnnotationsIntegrationTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/HystrixAnnotationsIntegrationTests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/HystrixAnnotationsIntegrationTests.java index bd4a6d540..fccbe2673 100644 --- a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/HystrixAnnotationsIntegrationTests.java +++ b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/HystrixAnnotationsIntegrationTests.java @@ -104,10 +104,8 @@ public class HystrixAnnotationsIntegrationTests { @HystrixCommand public void invokeLogicWrappedInHystrixCommand() { - System.out.println("FOOO"); this.spanCaughtFromHystrixThread = new AtomicReference<>( this.tracing.tracer().currentSpan()); - System.out.println("aksdhkasd: " + this.spanCaughtFromHystrixThread); } public Long getTraceId() {