Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tlipkis committed Jul 30, 2024
1 parent 0af17ff commit 5597fd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/org/lockss/servlet/ServeContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,6 @@ public void lockssHandleRequest() throws IOException {
} else {
url = getParameter("url");
auid = getParameter("auid");
if (StringUtil.isNullString(auid)) {
log.critical("auid is null, setting useOpenUrlForAuid");
}
useOpenUrlForAuid = Boolean.parseBoolean(getParameter("use_openurl"));
}

Expand Down

0 comments on commit 5597fd8

Please sign in to comment.