Explorar el Código

프린트 제거

ect (or 2du) hace 8 años
padre
commit
9762470016
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)