From abbfa9470e2344e7db97d16bcfa3937c8da7f131 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 22 Aug 2024 17:07:12 -0400 Subject: [PATCH] remove debug print() statement --- tools/regression-tests/get-quick-list.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/regression-tests/get-quick-list.py b/tools/regression-tests/get-quick-list.py index 92f26b054b..2fa596168c 100644 --- a/tools/regression-tests/get-quick-list.py +++ b/tools/regression-tests/get-quick-list.py @@ -262,7 +262,6 @@ if __name__ == "__main__": for inp in inputs: print(inp) - print(type(make_regex(styles))) print("Found changes to the following styles:") print("Commands: ", styles['command']) print("Atom styles: ", styles['atom'])