Skip to content

Commit 88ef071

Browse files
committed
removed logging
1 parent 00cf8ae commit 88ef071

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

browserstack_ci_template.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@
120120
local error_message
121121
122122
status_code=$(echo "$response" | jq -r '.status_code')
123-
# todo-remove
124-
echo "Response Status Code in check_report_status: $status_code"
125123
body=$(echo "$response" | jq -r '.body')
126-
echo "Response body in check_report_status: $body"
127124
128125
if [[ $status_code -ne 200 ]]; then
129126
echo "Error: API returned status code $status_code"

0 commit comments

Comments
 (0)