removed debug output (caused compiler warning dialog to open in COOJA)

This commit is contained in:
Niclas Finne 2012-05-23 15:51:23 +02:00
parent 47d3425aab
commit 73cb02fb49
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ ifndef HOST_OS
ifeq ($(OS),Windows_NT)
## TODO: detect more specific Windows set-ups,
## e.g. CygWin, MingW, VisualC, Watcom, Interix
$(warning Windows (NT) detected.)
HOST_OS := Windows
else
HOST_OS := $(shell uname)