fix: [crawler] crawler test: remove print

pull/559/head
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
1 changed files with 0 additions and 2 deletions

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