Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 21ae99a

Browse files
committed
🔥 console.log
1 parent 887d0a7 commit 21ae99a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/notification-element.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class NotificationElement
9292
notificationContainer = @element.querySelector('.message')
9393

9494
if DOMPurify is null
95-
console.log("creating DOMPurify")
9695
DOMPurify = createDOMPurify()
9796
notificationContainer.innerHTML = DOMPurify.sanitize(marked(@model.getMessage()))
9897

0 commit comments

Comments
 (0)