Skip to content

Commit

Permalink
Update appIconIndicators.js
Browse files Browse the repository at this point in the history
Remove unneeded log entry.

Co-authored-by: Marco Trevisan <[email protected]>
  • Loading branch information
sergio-costas and 3v1n0 authored Mar 12, 2024
1 parent 250e9f6 commit c23ed4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appIconIndicators.js
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ class UnityIndicator extends IndicatorBase {
if (hasValue) {
output.colorStart = value1;
output.colorEnd = null;
console.log(value1.red);
} else {
[hasValue, value1] = node.lookup_color(`${elementName}-color-start`, false);
if (hasValue) {
Expand Down

0 comments on commit c23ed4c

Please sign in to comment.