Skip to content

Commit 2a1bc45

Browse files
committed
chore: cleanup logs
1 parent ff86cdc commit 2a1bc45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/https.ios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ function AFFailure(
369369
let response = error.userInfo.valueForKey(
370370
AFNetworkingOperationFailingURLResponseErrorKey
371371
) as NSHTTPURLResponse;
372-
console.log('AFFailu re', error, Utils.isNullOrUndefined(response), response);
373372
if (!Utils.isNullOrUndefined(response)) {
374373
sendi.statusCode = response.statusCode;
375374
getHeaders = function () {

0 commit comments

Comments
 (0)