Skip to content

Commit 52270ef

Browse files
committed
remove console.log
1 parent ff56676 commit 52270ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/pipedrive/actions/remove-duplicate-notes/remove-duplicate-notes.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ export default {
7676
const decodedContent = decode(note.content || "");
7777
const normalizedContent = decodedContent?.replace(/^\s*<br\s*\/?>|<br\s*\/?>\s*$/gi, "").trim()
7878
.toLowerCase();
79-
console.log(normalizedContent);
8079

8180
if (!normalizedContent) {
8281
// Skip notes with empty content

0 commit comments

Comments
 (0)