Surplus_Up (2DU) пре 6 година
родитељ
комит
8b15b0b103
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      route/tool/set_mark/namu.py

+ 0 - 3
route/tool/set_mark/namu.py

@@ -1024,8 +1024,6 @@ def namu(conn, data, title, main_num, include_num):
     footnote_re = {}
     
     footdata_all = '<hr><ul id="footnote_data">'
-
-    print(data)
     
     re_footnote = re.compile('(?:\[\*((?:(?! |\]).)*)(?: ((?:(?!(?:\[\*|\])).)+))?\]|(\[(?:각주|footnote)\]))')
     while 1:
@@ -1105,7 +1103,6 @@ def namu(conn, data, title, main_num, include_num):
         else:
             break
 
-    print(data)
     data = re.sub('\n+$', '', data)
 
     footnote_all.sort()