We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff56676 commit 52270efCopy full SHA for 52270ef
components/pipedrive/actions/remove-duplicate-notes/remove-duplicate-notes.mjs
@@ -76,7 +76,6 @@ export default {
76
const decodedContent = decode(note.content || "");
77
const normalizedContent = decodedContent?.replace(/^\s*<br\s*\/?>|<br\s*\/?>\s*$/gi, "").trim()
78
.toLowerCase();
79
- console.log(normalizedContent);
80
81
if (!normalizedContent) {
82
// Skip notes with empty content
0 commit comments