Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Nov 22, 2023
1 parent a7e8ec6 commit fe2d339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/build/build-deb.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ modules=("agentapi" "common" "contractsapi" "storeapi" "tools" "wsl-pro-service"
for mod in ${modules[@]}; do
rsync --recursive --quiet "${mod}" "${build_dir}"
echo "Synced $mod"
done
# Build
Expand Down

0 comments on commit fe2d339

Please sign in to comment.