Skip to content

Commit

Permalink
extension: Drop debug log
Browse files Browse the repository at this point in the history
Whoopsie daisies.
  • Loading branch information
mgalgs committed Aug 21, 2024
1 parent e8596d7 commit 9491649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system-monitor-next@paradoxxx.zero.gmail.com/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ function change_usage(extension) {
}

function cogl_color_from_string(colorString) {
sm_log(`Attempting ye parse of ${colorString}`);
let [ok, color] = Cogl.Color.from_string(colorString);
if (!ok) {
sm_log(`Failed to parse color string (${colorString}). Falling back to red.`);
Expand Down

0 comments on commit 9491649

Please sign in to comment.