Skip to content

Commit

Permalink
Remove debug logging (#5)
Browse files Browse the repository at this point in the history
We're reducing logging volumes of many plugins and this one stood out. Removing this single line of debug logging should reduce total amount of bytes logged 2x. :)
  • Loading branch information
macobo committed Oct 17, 2022
1 parent b802d56 commit f20cba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ function stringifyUUID(arr: Buffer) {
const plugin: Plugin<UnduplicatesPluginInterface> = {
processEvent: async (event, { config }) => {
const stringifiedEvent = stringifyEvent(event)
console.debug(`Beginning processing. ${stringifiedEvent}`)

if (!event.timestamp) {
console.info(
Expand Down

0 comments on commit f20cba2

Please sign in to comment.