From 758816ee51a69d49bc427fac1851408aac22f42e Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 27 Mar 2025 15:56:42 +0100 Subject: [PATCH] fix: remove leftover debug code --- src/alire/alire-test_runner.adb | 1 - 1 file changed, 1 deletion(-) diff --git a/src/alire/alire-test_runner.adb b/src/alire/alire-test_runner.adb index 6654ea70..0bb0488c 100644 --- a/src/alire/alire-test_runner.adb +++ b/src/alire/alire-test_runner.adb @@ -285,7 +285,6 @@ package body Alire.Test_Runner is if CLIC.TTY.Is_TTY then -- print completion percentage to indicate progress Put_Progress; - delay 0.5; end if; -- wait for one test to finish -- 2.39.5