Skip to content

Commit 33f518d

Browse files
committed
test: Remove spurious print statement
1 parent 4b31903 commit 33f518d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/lib/cmd/bpm-load.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ bpm-load() {
150150
for __bpm_file in 'load.bash'; do
151151
local __bpm_full_path="$__bpm_cellar/packages/$__bpm_site/$__bpm_package/$__bpm_file"
152152

153-
echo "$__bpm_full_path"
154153
if [ -f "$__bpm_full_path" ]; then
155154
__bpm_file_was_sourced='yes'
156155

0 commit comments

Comments
 (0)