Browse Source

[fix] remove debug code

Adam Tauber 4 years ago
parent
commit
fd737dc9d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/engines/youtube_noapi.py

+ 0 - 1
searx/engines/youtube_noapi.py

@@ -48,7 +48,6 @@ def request(query, params):
         if params['time_range'] in time_range_dict:
             params['url'] += time_range_url.format(time_range=time_range_dict[params['time_range']])
     else:
-        print(params['engine_data']['next_page_token'])
         params['url'] = next_page_url
         params['method'] = 'POST'
         params['data'] = dumps({