Skip to content

Commit

Permalink
bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpnishant committed Mar 14, 2018
1 parent 19cbcf7 commit a4e5cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/iOS/HTTP/NSURLConnection_start.js
Expand Up @@ -83,8 +83,8 @@ if (NSURLConnection_start.address) {
data.value = data_raw;
data.argSeq = 1;
send_data.artifact.push(data);
// send(JSON.stringify(send_data));
console.log(JSON.stringify(send_data));
send(JSON.stringify(send_data));
// console.log(JSON.stringify(send_data));
}
}
/** Omitting onLeave due to performance overhead **/
Expand Down

0 comments on commit a4e5cbf

Please sign in to comment.