From 39e824fab7f620632ee95472d2dafaa173337cb5 Mon Sep 17 00:00:00 2001
From: Matthew Thomas <matthewthomasgb@gmail.com>
Date: Sun, 8 Dec 2024 20:25:19 +0000
Subject: [PATCH] fix: remove log

---
 src/generate-report.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/generate-report.ts b/src/generate-report.ts
index 6a0c265..8cc4b91 100644
--- a/src/generate-report.ts
+++ b/src/generate-report.ts
@@ -62,7 +62,6 @@ class GenerateCtrfReport {
   ) {
     this.registerEvents()
     const normalizedOptions = this.normalizeOptions(reporterOptions)
-    console.log('Normalized Options:', JSON.stringify(normalizedOptions))
 
     this.reporterConfigOptions = {
       outputFile: normalizedOptions.outputFile ?? this.defaultOutputFile,