fix: [crawler] crawler test: remove print

This commit is contained in:
Terrtia 2021-03-30 09:19:13 +02:00
parent 6696f405e1
commit b37d05842b
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -235,8 +235,6 @@ class TorSplashCrawler():
## TEST MODE ##
if self.requested_mode == 'test':
if 'It works!' in response.data['html']:
print(response.data['html'])
#print('success')
crawlers.save_test_ail_crawlers_result(True, 'It works!')
else:
print('TEST ERROR')