Skip to content

Commit cdaa11e

Browse files
committed
fix: remove debug print
1 parent 7eca739 commit cdaa11e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/commands/lighthouse.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ pub async fn lighthouse(
7575
.color(0x74c0fc)
7676
.timestamp(serenity::Timestamp::now());
7777

78-
eprintln!(
79-
"{:#?}",
80-
data.lighthouse_result.categories.keys().collect::<Vec<_>>()
81-
);
82-
8378
for key in ["performance", "accessibility", "best-practices", "seo"] {
8479
if let Some(value) = data.lighthouse_result.categories.get(key) {
8580
report_embed =

0 commit comments

Comments
 (0)