Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mis306lu authored Apr 5, 2023
1 parent b4b01ed commit ab809ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ public JsonObject lookupPatronRecordBy(String type, String value) throws Excepti
if (!validTypes.contains(type)) {
throw new Exception("invalid patron lookup type provided: " + type);
}
logger.info
if (type != null && type.equalsIgnoreCase("externalSystemId")) type = "externalSystemId";
value = StringUtil.cqlEncode(value);
String baseUrl = okapiHeaders.get(Constants.X_OKAPI_URL);
Expand Down

0 comments on commit ab809ea

Please sign in to comment.