소스 검색

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)