소스 검색

Remove console.error

@soyjavi 14 년 전
부모
커밋
80b9150635
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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++) {