This is an automated email from the ASF dual-hosted git repository.
jeb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 788e66d SLING-7986 removed debug
788e66d is described below
commit 788e66d45402ef606a7c21cc36c5f04fa6c52f0d
Author: JE Bailey <[email protected]>
AuthorDate: Thu Oct 11 11:52:10 2018 -0400
SLING-7986 removed debug
---
ui/src/main/frontend/src/js/nomnom.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/src/main/frontend/src/js/nomnom.js
b/ui/src/main/frontend/src/js/nomnom.js
index 4b0de0d..17f5ea8 100644
--- a/ui/src/main/frontend/src/js/nomnom.js
+++ b/ui/src/main/frontend/src/js/nomnom.js
@@ -92,7 +92,6 @@
var targetedEventHandler = function(fn, correctTarget) {
return function(event) {
if (!event.target.matches(correctTarget)) {
- console.log("ignoring " + event.target.nodeName);
return;
}
fn.apply(this, arguments);