Skip to content

Commit

Permalink
remoev console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mono424 committed Sep 15, 2023
1 parent 0beec3a commit 7e63051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/assets/init-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ document.addEventListener("alpine:init", () => {
const changeSet = evaluate(changeSetExpression);

const onChangeSetUpdateHandler = (data) => {
console.log('onChangeSetUpdateHandler', el, data);
const value = fieldName != null ? data[fieldName] : data;
if (modifiers.includes("text")) {
el.innerText = `${value}`;
Expand Down

0 comments on commit 7e63051

Please sign in to comment.