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.
This commit is contained in:
Mark Pizzolato 2014-10-29 13:49:13 -07:00
parent 4456e42b08
commit 34d87ab521

View file

@ -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