소스 검색

프린트 제거

Surplus_Up (2DU) 6 년 전
부모
커밋
d3e2cd629b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      route/tool/set_mark/namumark.py

+ 0 - 1
route/tool/set_mark/namumark.py

@@ -745,7 +745,6 @@ def namumark(conn, data, title, main_num, include_num):
     for i in macro_data:
         macro_name = i[0].lower()
         if macro_name == 'youtube' or macro_name == 'kakaotv' or macro_name == 'nicovideo':
-            print(macro_name)
             width = re.search(', ?width=((?:(?!,).)+)', i[1])
             if width:
                 video_width = width.groups()[0]