From d95b4036a2699e85fffafa09c1df054412d0992f Mon Sep 17 00:00:00 2001 From: TheJanzap <16736682+TheJanzap@users.noreply.github.com> Date: Sun, 17 May 2026 09:27:57 +0200 Subject: [PATCH] refactor(mock_command): Remove print statement --- lib/mock_command.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/mock_command.dart b/lib/mock_command.dart index 7528784..c429fbd 100644 --- a/lib/mock_command.dart +++ b/lib/mock_command.dart @@ -125,8 +125,6 @@ class MockCommand extends Command { _isRunning.value = true; runCount++; lastPassedValueToRun = param; - // ignore: avoid_print - print('Called Execute'); if (returnValuesForNextRun != null) { returnValuesForNextRun!.map((entry) { if ((entry.isRunning || entry.hasError) &&