Repository: camel Updated Branches: refs/heads/master b2c6212f9 -> e204a367e
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e204a367 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e204a367 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e204a367 Branch: refs/heads/master Commit: e204a367ec3185963504c3199af8b2bf53149710 Parents: b2c6212 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Sep 6 16:00:27 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Sep 6 16:00:27 2017 +0200 ---------------------------------------------------------------------- camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e204a367/camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java b/camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java index cc31dee..0df400e 100644 --- a/camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java +++ b/camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java @@ -428,7 +428,6 @@ public class ProducerCache extends ServiceSupport { final Producer producer = target; - try { StopWatch sw = null; if (eventNotifierEnabled && exchange != null) {