Skip to content

Commit

Permalink
junk removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Sep 8, 2024
1 parent 4c9a28f commit 54a02d9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions web/core/core_color.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ function nodeColorGet(node) {
return color;
}

// console.info(find_me)

color = NODE_LIST?.[find_me];
// now look to category theme
if (color && color?.category) {
Expand Down
2 changes: 1 addition & 1 deletion web/core/core_help.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ app.registerExtension({

const widget_tooltip = (this.widgets || [])
.find(widget => widget.type === 'JTOOLTIP');
// console.info(widget_tooltip)

if (widget_tooltip) {
const tips = widget_tooltip.options.default || {};
const url = tips['_'];
Expand Down
1 change: 0 additions & 1 deletion web/nodes/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ app.registerExtension({
widget_queue?.inputEl.addEventListener('input', function () {
const value = widget_queue.value.split('\n');
update_list(self, value);
console.info(value)
});

widget_reset.callback = async() => {
Expand Down
1 change: 0 additions & 1 deletion web/nodes/queue_too.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ app.registerExtension({
widget_queue?.inputEl.addEventListener('input', function () {
const value = widget_queue.value.split('\n');
update_list(self, value);
console.info(value)
});

widget_reset.callback = async() => {
Expand Down

0 comments on commit 54a02d9

Please sign in to comment.