Skip to content

Commit 73cb02f

Browse files
committed
removed debug output (caused compiler warning dialog to open in COOJA)
1 parent 47d3425 commit 73cb02f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile.include

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ ifndef HOST_OS
2525
ifeq ($(OS),Windows_NT)
2626
## TODO: detect more specific Windows set-ups,
2727
## e.g. CygWin, MingW, VisualC, Watcom, Interix
28-
$(warning Windows (NT) detected.)
2928
HOST_OS := Windows
3029
else
3130
HOST_OS := $(shell uname)

0 commit comments

Comments
 (0)