Skip to content

Commit

Permalink
remove unnecessary logError
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Dec 26, 2016
1 parent 35c0954 commit 2e02e9c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 2e02e9c

Please sign in to comment.