Skip to content

Commit

Permalink
fix: remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jan 4, 2023
1 parent 4fe9c72 commit 54f50a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alfred.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
// edit block on double click
$(document).on("dblclick", function (e) {
let $alfred = $(e.target).closest(".alfred");
console.log($alfred);
// console.log($alfred);
// if we are currently inline-editing somthing in this block
// we do not click the button to open the modal!
if ($alfred.find("> .pw-editing").length) return;
Expand Down

0 comments on commit 54f50a8

Please sign in to comment.