Jelajahi Sumber

프린트 제거

2DU 8 tahun lalu
induk
melakukan
f0e5a944df
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      mark.py

+ 0 - 2
mark.py

@@ -789,7 +789,6 @@ def namumark(title, data, num, in_c, toc_y):
         b = pop_re.search(data)
         if(b):
             results = b.groups()
-            print(results)
             try:
                 if(not results[1] and results[0]):
                     i = 0
@@ -848,7 +847,6 @@ def namumark(title, data, num, in_c, toc_y):
                     tou = re.sub('#d#(?P<in>(?:(?!#\/d#).)*)#\/d#', '[\g<in>]', tou)
 
                 data = pop_re.sub("<br>" + tou, data, 1)
-                print(data)
                 tou = "<hr style='margin-top: 30px;' id='footnote'><div><br>"
         else:
             tou += '</div>'