@@ -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)