Skip to content

Commit

Permalink
Merge pull request #159 from ananjaykumar2/refactor/loggers
Browse files Browse the repository at this point in the history
removed logger
  • Loading branch information
karun-singh authored Apr 2, 2024
2 parents b3cdd70 + 739e595 commit cb6e304
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void beforeAll(ExtensionContext context) {
JsonObject testValues = config.getJsonObject("testValues");
Boolean isSsl = config.getBoolean("ssl");

logger.debug(config.encodePrettily());
rsId = testValues.getString("rsId");
openRsId = testValues.getString("openRsId");
openRsGroupId = testValues.getString("openRsGroupId");
Expand Down

0 comments on commit cb6e304

Please sign in to comment.