Skip to content

Commit 5df748c

Browse files
committed
-More log statements
1 parent f97b7d6 commit 5df748c

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

https.ios.js

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

https.ios.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,6 @@ export function request(opts: Https.HttpsRequestOptions): Promise<Https.HttpsRes
187187
let count = dict.count;
188188
console.log("The count for dict is");
189189
console.log("Count " + count);
190-
191-
console.log("Checking keys");
192-
let keys = dict.allKeys;
193-
for( var key in keys){
194-
console.log("Checking for key " + key);
195-
console.log("" + dict[key]);
196-
}
197190
console.log("Setting dict to null");
198191
dict = null;
199192
manager[methods[opts.method]](opts.url, dict, function success(task: NSURLSessionDataTask, data: any) {

0 commit comments

Comments
 (0)