From 34d87ab5215d625662a8e59ecb3868eb08eea81f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 29 Oct 2014 13:49:13 -0700 Subject: [PATCH] makefile: remote extraneous debug print statement. OS X is not a useful platform for display (pdp1, pdp11 and tx-0 simulators) with the default Xcode provided APIs. --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 4bff68d2..8f09b3c4 100644 --- a/makefile +++ b/makefile @@ -79,7 +79,6 @@ else else ifneq (,$(or $(or $(findstring pdp1,$(MAKECMDGOALS)),$(findstring pdp11,$(MAKECMDGOALS))),$(findstring tx-0,$(MAKECMDGOALS)))) DISPLAY_USEFUL = true - $(info DISPLAY USEFUL SET) endif endif endif