Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Commit

Permalink
#25 -remove extra logging. it was not usefull
Browse files Browse the repository at this point in the history
  • Loading branch information
kovax committed May 15, 2018
1 parent 3e2287c commit 15bb700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/cristalise/restapi/RestHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public AgentPath checkAuthData(String authData) {
throw ItemUtils.createWebAppException("Missing authentication data", Response.Status.UNAUTHORIZED);

try {
Logger.debug(0, "authData:"+authData);
AuthData data = decryptAuthData(authData);
return data.agent;
} catch (InvalidAgentPathException | InvalidDataException e) {
Expand Down

0 comments on commit 15bb700

Please # to comment.