瀏覽代碼

remove print

Tinger 2 年之前
父節點
當前提交
ad1c3615cc
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)