Skip to content

Commit 0af13ae

Browse files
committed
-More log statements
1 parent f19f5cb commit 0af13ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

https.ios.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

https.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function request(opts: Https.HttpsRequestOptions): Promise<Https.HttpsRes
194194
console.log("Checking for key " + key);
195195
console.log("" + dict[key]);
196196
}
197-
197+
dict = null;
198198
manager[methods[opts.method]](opts.url, dict, function success(task: NSURLSessionDataTask, data: any) {
199199
AFSuccess(resolve, task, data);
200200
}, function failure(task, error) {

0 commit comments

Comments
 (0)