[ci] Remove test for accidentally added debugger statement
Nowadays 'debugger' in the code would throw a NameError error because it's not available anymore. We could replace this by checking for pry, but such things should be found by running the tests and / or by our code reviews.
Please register or sign in to comment