Browse Source

clean code

Yuki Takei 8 năm trước cách đây
mục cha
commit
e1e3b2eb6e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/views/modal/shortcuts.html

+ 0 - 1
lib/views/modal/shortcuts.html

@@ -61,7 +61,6 @@
     var isMac = (platform.indexOf('mac') > -1);
 
     document.querySelectorAll('.cmd-key').forEach((element) => {
-      console.log(element);
       if (isMac) {
         element.classList.add('mac');
       }