From 6734c8b95683b0fe7e31a727533bdde7a64b752f Mon Sep 17 00:00:00 2001 From: Antoine Kingue Date: Thu, 1 Jun 2023 04:04:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20useless=20console=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/great-avocados-turn.md | 5 +++++ packages/dixt-plugin-worktime/src/tasks/absentees.ts | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/great-avocados-turn.md 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