Skip to content

Commit 0060f98

Browse files
author
Bilal Al
committed
fixing sonar covering fail
1 parent 35f3e4d commit 0060f98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

client/src/main/java/io/split/service/HttpPostImp.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ public void post(URI uri, Object object, String posted, HttpParamsWrapper httpPa
2727
long initTime = System.currentTimeMillis();
2828
HttpEntity entity = Utils.toJsonEntity(object);
2929

30-
if (_logger.isDebugEnabled()) {
31-
_logger.debug(String.format("[Post] %s", uri));
32-
}
33-
3430
try {
3531
SplitHttpResponse response = _client.post(uri, entity, null);
3632
if (response.statusCode < HttpStatus.SC_OK || response.statusCode >= HttpStatus.SC_MULTIPLE_CHOICES) {

0 commit comments

Comments
 (0)