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) &&