Skip to content

Commit 5597fd8

Browse files
committed
Logging
1 parent 0af17ff commit 5597fd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/org/lockss/servlet/ServeContent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ public void lockssHandleRequest() throws IOException {
542542
} else {
543543
url = getParameter("url");
544544
auid = getParameter("auid");
545-
if (StringUtil.isNullString(auid)) {
546-
log.critical("auid is null, setting useOpenUrlForAuid");
547-
}
548545
useOpenUrlForAuid = Boolean.parseBoolean(getParameter("use_openurl"));
549546
}
550547

0 commit comments

Comments
 (0)