Jelajahi Sumber

remove print

Tinger 2 tahun lalu
induk
melakukan
ad1c3615cc
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      blues/idc.py

+ 0 - 1
blues/idc.py

@@ -118,7 +118,6 @@ class IdcHtmlView(views.MethodView):
             info = get_face_info(words)
         else:
             info = get_icon_info(words)
-        print(info)
         return render_template("k-v_result.html", raw=raw_path, rec=rec_path, data=info)