Skip to content

Commit e59a3a7

Browse files
snadrusCopilot
andauthored
Remove debug line
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent def5920 commit e59a3a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

install-filcrypto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ build_from_source() {
223223
echo "FFI_DISABLE_FVM is set, using no-fvm GPU variant"
224224
gpu_flags="${gpu_flags}-no-fvm"
225225
fi
226-
echo "DEBUG: FFI_DISABLE_FVM=${FFI_DISABLE_FVM} gpu_flags=${gpu_flags}"
226+
if [ -n "${DEBUG}" ]; then
227+
echo "DEBUG: FFI_DISABLE_FVM=${FFI_DISABLE_FVM} gpu_flags=${gpu_flags}"
228+
fi
227229

228230
# Default to use multicore_sdr flags, unless specified to disable
229231
use_multicore_sdr="multicore-sdr"

0 commit comments

Comments
 (0)