From 0ecfaa96cfee665c6ccd65243b6d847158ca5ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 2 Jan 2024 15:22:36 +0100 Subject: [PATCH] drop references to debug.py --- pkgs/clan-cli/README.md | 6 ------ 1 file changed, 6 deletions(-) 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.