Skip to content

Commit

Permalink
Removing duplicate notification calls
Browse files Browse the repository at this point in the history
  • Loading branch information
georgweiss committed Oct 19, 2023
1 parent 5884332 commit c79b05f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/phoebus/olog/LogResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ public Log createLog(@RequestHeader(value = OLOG_CLIENT_INFO_HEADER, required =
}
}

sendToNotifiers(newLogEntry);

logger.log(Level.INFO, "Entry id " + newLogEntry.getId() + " created from " + clientInfo);

return newLogEntry;
Expand Down

0 comments on commit c79b05f

Please sign in to comment.