浏览代码

프린트 제거

ect (or 2du) 8 年之前
父节点
当前提交
bb5bd1d229
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      set_mark/footnote.py

+ 0 - 1
set_mark/footnote.py

@@ -5,7 +5,6 @@ def footnote(data, fol_num):
     tou = "<hr style='margin-top: 30px;' id='footnote'><div><br>"
     namu = []
     div = ''
-    print(data)
     pop_re = re.compile('(?:\[\*([^\s]*)(?:\s((?:(?!\[|\]).)*))?\]|(\[각주\]))')
     while 1:
         b = pop_re.search(data)