From 2e02e9ccfd2f555ffc19e480d79949a5e987b75e Mon Sep 17 00:00:00 2001 From: Jason Song Date: Mon, 26 Dec 2016 09:57:13 +0800 Subject: [PATCH] remove unnecessary logError --- .../framework/apollo/internals/LocalFileConfigRepository.java | 1 - 1 file changed, 1 deletion(-) diff --git a/apollo-client/src/main/java/com/ctrip/framework/apollo/internals/LocalFileConfigRepository.java b/apollo-client/src/main/java/com/ctrip/framework/apollo/internals/LocalFileConfigRepository.java index b5f61b5f8d4..87ba57beaba 100644 --- a/apollo-client/src/main/java/com/ctrip/framework/apollo/internals/LocalFileConfigRepository.java +++ b/apollo-client/src/main/java/com/ctrip/framework/apollo/internals/LocalFileConfigRepository.java @@ -163,7 +163,6 @@ private boolean trySyncFromUpstream() { updateFileProperties(properties); return true; } catch (Throwable ex) { - Tracer.logError(ex); logger .warn("Sync config from upstream repository {} failed, reason: {}", m_upstream.getClass(), ExceptionUtil.getDetailMessage(ex));