We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad32717 commit 39b0384Copy full SHA for 39b0384
readthedocs/oauth/services/gitlab.py
@@ -291,13 +291,6 @@ def setup_webhook(self, project):
291
data=data,
292
headers={'content-type': 'application/json'},
293
)
294
- print('{url}/api/v4/projects/{repo_id}/hooks'.format(
295
- url=self.adapter.provider_base_url,
296
- repo_id=repo_id,
297
- ))
298
- print(dir(resp), 'yesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss')
299
- print(resp.status_code, 'yesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss')
300
- print(resp.content, 'yesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss')
301
if resp.status_code == 201:
302
integration.provider_data = resp.json()
303
integration.save()
0 commit comments