diff --git a/pkgs/clan-cli/README.md b/pkgs/clan-cli/README.md index 9089ab216..96affeb6e 100644 --- a/pkgs/clan-cli/README.md +++ b/pkgs/clan-cli/README.md @@ -45,9 +45,3 @@ Run all checks ```console nix flake check ``` - -## Debugging functions - -Debugging functions can be found under `src/debug.py` -quite interesting is the function breakpoint_shell() which drops you into a shell -with the test environment loaded.