Skip to content

Commit 12cad7b

Browse files
Aditya JoshiAditya Joshi
authored andcommitted
removed unecessary logs from httpclient
1 parent 64c6f3b commit 12cad7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/github/lambdatest/utils/HttpClientUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ public boolean isUserAuthenticated(String projectToken) throws IOException {
175175
return true;
176176
}
177177
else{
178-
log.warning("Error in authenticating user ...");
179178
throw new IllegalArgumentException(Constants.Errors.USER_AUTH_ERROR);
180179
}
181180
}
@@ -211,7 +210,6 @@ public void stopBuild(String buildId, Map<String, String> headers) throws IOExce
211210
}
212211
}
213212
String response = delete(Constants.SmartUIRoutes.HOST_URL + Constants.SmartUIRoutes.SMARTUI_FINALISE_BUILD_ROUTE +buildId, headers);
214-
log.info("Response of stop Build: "+ response + "for buildId" + buildId);
215213
}
216214

217215
public String uploadScreenshot(String url, File screenshot , UploadSnapshotRequest uploadScreenshotRequest, BuildData data) throws IOException {

0 commit comments

Comments
 (0)