mirror of https://github.com/MISP/PyMISP
Debug print removed
parent
f490898a5c
commit
ca382960ef
|
@ -990,7 +990,6 @@ class PyMISP(object):
|
|||
url = urljoin(self.root_url, 'attributes/attributeStatistics/{}/{}'.format(context, percentage))
|
||||
else:
|
||||
url = urljoin(self.root_url, 'attributes/attributeStatistics/{}'.format(context))
|
||||
print(url)
|
||||
return session.get(url).json()
|
||||
|
||||
# ############## Deprecated (Pure XML API should not be used) ##################
|
||||
|
|
Loading…
Reference in New Issue