Skip to content

Commit 0b4b4e4

Browse files
committed
test: remove debugging from functional tests
1 parent 608668c commit 0b4b4e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/python_test_v4_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
async def main():
6363
# token authentication from config file
6464
gl = gitlab.AsyncGitlab.from_config(config_files=["/tmp/python-gitlab.cfg"])
65-
gl.enable_debug()
6665
await gl.auth()
6766
assert isinstance(gl.user, gitlab.v4.objects.CurrentUser)
6867

0 commit comments

Comments
 (0)