From fce7856084ab36b176fee7ac82a0ab55867bdd3f Mon Sep 17 00:00:00 2001 From: AMZN-Gene Date: Mon, 30 Sep 2024 14:50:58 -0700 Subject: [PATCH] Removing debug print statement after building assimp on MacOS Signed-off-by: AMZN-Gene --- package-system/assimp/build_assimp_unix_like.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package-system/assimp/build_assimp_unix_like.sh b/package-system/assimp/build_assimp_unix_like.sh index 5187e3ef..16f75c03 100755 --- a/package-system/assimp/build_assimp_unix_like.sh +++ b/package-system/assimp/build_assimp_unix_like.sh @@ -32,10 +32,3 @@ echo "$cmake_shared_libs" eval "$cmake_shared_libs" || exit 1 cmake --build temp/src --config release || exit 1 - -if [ "$(uname)" = "Darwin" ]; -then - # Printing the minimum OS version here can save some time debugging. - echo "Min OS version:" - otool -l temp/src/bin/assimp | grep -i minos -fi