Skip to content

Commit

Permalink
Merge pull request #180 from Olog/fix_duplicate_notifications
Browse files Browse the repository at this point in the history
Removing duplicate notification calls
  • Loading branch information
shroffk authored Oct 26, 2023
2 parents 5884332 + c79b05f commit 826835b
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 826835b

Please sign in to comment.