Skip to content

Commit 5da4578

Browse files
committed
Removed debug leftovers.
1 parent 0e8bfbf commit 5da4578

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ecommerce/pricing/Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ test:
99
@bundle exec ruby -e "require \"rake/rake_test_loader\"" test/*_test.rb
1010

1111
mutate:
12-
@echo "--- Makefile Debug: Initial State ---"
13-
@echo "PASSED_MODE (from CLI): '$(PASSED_MODE)'"
14-
@echo "PASSED_SINCE_TARGET (from CLI): '$(PASSED_SINCE_TARGET)'"
15-
@echo "CI_MUTATE_SUBJECTS (from environment): '$(CI_MUTATE_SUBJECTS)'"
16-
17-
@echo "--- Makefile Debug: After Internal Assignment ---"
18-
@echo "MUTANT_MODE_INTERNAL (after assign): '$(MUTANT_MODE_INTERNAL)'"
19-
@echo "MUTANT_SINCE_TARGET_INTERNAL (after assign):'$(MUTANT_SINCE_TARGET_INTERNAL)'"
20-
2112
$(eval SUBJECTS_TO_RUN := $(strip $(CI_MUTATE_SUBJECTS)))
2213
$(eval TEMP_ACTUAL_MUTANT_ARGS :=)
2314

0 commit comments

Comments
 (0)