mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Revert "add debug"
This reverts commit 0d28d39563ad5de0db666c9e67493f5c814fe930.
This commit is contained in:
parent
203a690f1c
commit
d89dbb7ff8
1 changed files with 0 additions and 6 deletions
|
@ -138,12 +138,6 @@ public class Oauth2Filter implements Filter {
|
|||
clientIp = request.getRemoteAddr();
|
||||
}
|
||||
Log.info("[{}] Authorization header present", clientIp);
|
||||
// TEMPORARY DEBUG CODE
|
||||
Enumeration headerNames = request.getHeaderNames();
|
||||
while(headerNames.hasMoreElements()) {
|
||||
String headerName = (String)headerNames.nextElement();
|
||||
Log.info("HEADER {}: {}", headerName, request.getHeader(headerName));
|
||||
}
|
||||
StringTokenizer st = new StringTokenizer(authHeader);
|
||||
if (st.hasMoreTokens()) {
|
||||
String basic = st.nextToken();
|
||||
|
|
Loading…
Reference in a new issue