diff --git a/.changeset/great-avocados-turn.md b/.changeset/great-avocados-turn.md new file mode 100644 index 0000000..a3a6121 --- /dev/null +++ b/.changeset/great-avocados-turn.md @@ -0,0 +1,5 @@ +--- +"dixt-plugin-worktime": patch +--- + +Remove useless console log diff --git a/packages/dixt-plugin-worktime/src/tasks/absentees.ts b/packages/dixt-plugin-worktime/src/tasks/absentees.ts index 51dab31..3a3dc76 100644 --- a/packages/dixt-plugin-worktime/src/tasks/absentees.ts +++ b/packages/dixt-plugin-worktime/src/tasks/absentees.ts @@ -13,7 +13,6 @@ const worktimeAbsenteesTask = ( ); if (!absentees || absentees.length === 0) return; absentees.forEach((absentee) => { - console.log("absentee", absentee); dixt.events.emit("report", { message: `${absentee} is absent for more than ${ controller.options.reports?.maximumDaysAbsent || 2