Skip to content

Commit 75ce590

Browse files
authored
Merge pull request #1627 from Pinata-Consulting/makefile-less-debug-noise
makefile: reduce noise
2 parents a89c7f2 + c313d89 commit 75ce590

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flow/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ else
174174
$(error [ERROR][FLOW] Platform '$(PLATFORM)' not found.)
175175
endif
176176

177-
ifeq ($(MAKELEVEL),0)
178-
$(info [INFO][FLOW] Using platform directory $(PLATFORM_DIR))
179-
endif
180177
include $(PLATFORM_DIR)/config.mk
181178

182179
export GALLERY_REPORT ?= 0

0 commit comments

Comments
 (0)