Skip to content

Commit

Permalink
🔥 remove useless console log
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Jun 1, 2023
1 parent 9fb4e35 commit 6734c8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-avocados-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dixt-plugin-worktime": patch
---

Remove useless console log
1 change: 0 additions & 1 deletion packages/dixt-plugin-worktime/src/tasks/absentees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6734c8b

Please sign in to comment.