Skip to content

Commit 62e1a41

Browse files
committed
Cleanup Extra Debugging
1 parent 10f9a18 commit 62e1a41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ echo "::debug::EXTRA_ARGS: ${EXTRA_ARGS[*]}"
168168
if [[ "${INPUT_MODE}" == "compose" ]];then
169169
STACK_FILES=()
170170
read -r -a files <<< "${INPUT_FILE}"
171-
echo "::debug::files to add: ${files[*]}"
172171
for file in "${files[@]}";do
173172
STACK_FILES+=("-f" "$file")
174173
done

0 commit comments

Comments
 (0)