Skip to content

Commit 62b7809

Browse files
committed
review
1 parent 8d88dcd commit 62b7809

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/server/lib/cloud/api/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ const rp = request.defaults((params: CypressRequestOptions, callback) => {
165165
cacheResponse(resp, params)
166166
}
167167

168-
debug(`${params.method} ${params.url}: ${resp ? `${resp.status} ${resp.statusText}` : 'empty response'}`)
169-
debugVerbose('response headers: %o', resp ? resp.headers : 'no headers')
170-
debugVerbose('body:', resp ? resp.body : 'no body')
168+
debug(`${params.method} ${params.url}`)
169+
debugVerbose('response: %o', resp)
171170
})
172171
})
173172

0 commit comments

Comments
 (0)