From 331b3a5568b34e08dbe5e2fa0e8cb247889175df Mon Sep 17 00:00:00 2001 From: Ayush Gaud Date: Wed, 4 Sep 2024 20:15:04 +0900 Subject: [PATCH] print links --- src/wrike_ist/core.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wrike_ist/core.cljs b/src/wrike_ist/core.cljs index f824c48..7f8f491 100644 --- a/src/wrike_ist/core.cljs +++ b/src/wrike_ist/core.cljs @@ -22,6 +22,7 @@ ;; Combine results (let [all-matches (concat (or wrike-matches []) (or azure-matches []))] (if (seq all-matches) + (js/console.log "Matching links found:" all-matches) all-matches (js/console.log "No matching links found"))))))