소스 검색

Minor - Removed error_log in document::parse_HTML_attributes()

Yannick Warnier 12 년 전
부모
커밋
0b70765a83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/inc/lib/document.lib.php

+ 1 - 1
main/inc/lib/document.lib.php

@@ -1896,7 +1896,7 @@ class DocumentManager {
                 }
             }
         } else {
-            error_log('preg_match did not find anything', 0);
+            //error_log('preg_match did not find anything', 0);
         }
         return $attributes;
     }