Skip to content

Commit

Permalink
removed added console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
martholomew committed Nov 22, 2024
1 parent 8ce4dfe commit cd619e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/js/pages/action-popup-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class DisplayController {
for (let i = 0; i < profileSelect.length; i++) {
profileSelect[i].hidden = (profiles.length <= 1);
}
console.log(profiles.length);

this._updateProfileSelect(profiles, profileCurrent);

Expand Down

0 comments on commit cd619e4

Please sign in to comment.