소스 검색

[fix] debug print removed

asciimoo 11 년 전
부모
커밋
77b936e3be
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py 파일 보기

@@ -140,7 +140,6 @@ def index():
140 140
                                        .strip().split())
141 141
         if len(result['url']) > 74:
142 142
             url_parts = result['url'][:35], result['url'][-35:]
143
-            print url_parts
144 143
             result['pretty_url'] = u'{0}[...]{1}'.format(*url_parts)
145 144
         else:
146 145
             result['pretty_url'] = result['url']