From c2480a3d60afece7cd8b7908027bdd12e3688b6a Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 28 Oct 2010 16:06:04 -0700 Subject: [PATCH] Remove debug print message from the makefile --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 17813584ad7a..be66a82de3a1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -694,8 +694,6 @@ compile-check: tidy \ endif -$(info $(TEST_RPASS_EXES_SELF)) - ALL_TEST_CRATES += $(TEST_CFAIL_CRATES_SELF) \ $(TEST_RFAIL_CRATES_SELF) \ $(TEST_RPASS_CRATES_SELF)