File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ _spaceship_api_request() {
183
183
url=" $2 "
184
184
payload=" $3 "
185
185
186
- _debug " Sending $method request to $url with payload $payload "
186
+ _debug2 " Sending $method request to $url with payload $payload "
187
187
if [ " $method " = " GET" ]; then
188
188
response=" $( _get " $url " ) "
189
189
else
@@ -195,7 +195,7 @@ _spaceship_api_request() {
195
195
return 1
196
196
fi
197
197
198
- _debug " API response body: $response "
198
+ _debug2 " API response body: $response "
199
199
200
200
if [ " $method " = " GET" ]; then
201
201
if _contains " $( _head_n 1 < " $HTTP_HEADER " ) " ' 200' ; then
@@ -207,6 +207,6 @@ _spaceship_api_request() {
207
207
fi
208
208
fi
209
209
210
- _debug " API response header: $HTTP_HEADER "
210
+ _debug2 " API response header: $HTTP_HEADER "
211
211
return 1
212
212
}
You can’t perform that action at this time.
0 commit comments