Skip to content

Commit 81a3396

Browse files
authored
[multi-python] remove unnecessary debug echo from Makefile (#4111)
1 parent c7f98cc commit 81a3396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile.sdk

-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ bdist: ext-eggs compile
254254
install-bdist: bdist
255255
@echo "--- Install built distribution for $(APP_NAME) at $(INSTALL_DIR)"
256256
@# Check that INSTALL_DIR is empty
257-
@echo "Prakash $(BDIST_DIR)/ $(INSTALL_DIR)"
258257
@if [ -n '$(wildcard $(INST_DIR_ENV)/*)' ] ; then \
259258
echo 'ERROR: $(INST_DIR_ENV) not empty. Cowardly refusing to continue.' ; \
260259
false ; \

0 commit comments

Comments
 (0)