Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Aug 1, 2024
1 parent 41fd53b commit cc218ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/matomo/matomo_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def tracking(self, extra_params, extra_headers=None):
if self.token_auth is not None:
params['token_auth'] = self.token_auth

log.info(extra_headers)
return requests.get(self.tracking_url, params=params, headers=extra_headers)


Expand Down

0 comments on commit cc218ba

Please sign in to comment.