Skip to content

Commit 2e02e9c

Browse files
committed
remove unnecessary logError
1 parent 35c0954 commit 2e02e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apollo-client/src/main/java/com/ctrip/framework/apollo/internals/LocalFileConfigRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ private boolean trySyncFromUpstream() {
163163
updateFileProperties(properties);
164164
return true;
165165
} catch (Throwable ex) {
166-
Tracer.logError(ex);
167166
logger
168167
.warn("Sync config from upstream repository {} failed, reason: {}", m_upstream.getClass(),
169168
ExceptionUtil.getDetailMessage(ex));

0 commit comments

Comments
 (0)