Skip to content

Commit

Permalink
removed the call to getAuthenticatedSession
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Jun 18, 2013
1 parent 17b78a5 commit 4a4415d
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -68,8 +68,6 @@ public Response ingestAndMint(@PathParam("path")

logger.debug("Attempting to ingest with path: {}", path);

final Session session = getAuthenticatedSession();

try {
if (nodeService.exists(session, path)) {
return Response.status(SC_CONFLICT).entity(
Expand Down

0 comments on commit 4a4415d

Please sign in to comment.