Procházet zdrojové kódy

Remove console.error

@soyjavi před 14 roky
rodič
revize
80b9150635
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      src/boot/Lungo.Boot.Section.js

+ 1 - 3
src/boot/Lungo.Boot.Section.js

@@ -38,9 +38,7 @@ LUNGO.Boot.Section = (function(lng, undefined) {
     };
 
     var _initAllSections = function() {
-        var art = lng.dom('* article:first-child');
-        console.error('article', art);
-        //return true;
+        //@todo: position fixed
         //lng.Fallback.positionFixed(lng.Element.sections);
 
         for (var i = 0, len = lng.Element.sections.length; i < len; i++) {