Skip to content

Commit

Permalink
Remove some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Jan 11, 2024
1 parent 9adc20f commit 81754ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MaterialSkin/HTML/material/html/js/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ Vue.component('lms-toolbar', {
if ('mod'==modifier) {
if (this.$store.state.visibleMenus.size==1 && this.$store.state.visibleMenus.has('main')) {
if (LMS_UI_SETTINGS_KEYBOARD==key || LMS_PLAYER_SETTINGS_KEYBOARD==key || LMS_SERVER_SETTINGS_KEYBOARD==key || LMS_INFORMATION_KEYBOARD==key) {
console.log("KEY");
this.menuAction(LMS_UI_SETTINGS_KEYBOARD==key ? TB_UI_SETTINGS.id : LMS_PLAYER_SETTINGS_KEYBOARD==key ? TB_PLAYER_SETTINGS.id :
LMS_SERVER_SETTINGS_KEYBOARD==key ? TB_SERVER_SETTINGS.id : TB_INFO.id);
this.showMainMenu = false;
Expand Down
1 change: 0 additions & 1 deletion MaterialSkin/HTML/material/html/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ function removeLocalStorage(key) {
function changeLink(href, id) {
var links = document.getElementsByTagName("link");
if (undefined==links) {
console.log("ERR");
return;
}
for (var i=0, len=links.length; i<len; ++i) {
Expand Down

0 comments on commit 81754ac

Please sign in to comment.