mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Removed debug string
This commit is contained in:
parent
6a3926fcd6
commit
512dc4000f
@ -312,7 +312,6 @@ class GooglePlayAPI(object):
|
||||
raise LoginError('Unexpected behaviour, probably expired '
|
||||
'token')
|
||||
cluster = response.payload.listResponse.cluster[0]
|
||||
print(cluster.doc)
|
||||
if len(cluster.doc) == 0:
|
||||
print('No results for query %s' % query)
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user