Removing comments

git-svn-id: https://beef.googlecode.com/svn/trunk@779 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
scotty.b.brown@gmail.com
2011-03-02 11:19:50 +00:00
parent 4c4a358cc6
commit d2f215cbf1

View File

@@ -136,7 +136,6 @@ beef.net = {
//function on success
success: function(data, textStatus, jqXHR){
var end_time = new Date().getTime();
//console.log(data); //TODO remove after testing
response.response_body = data;
response.port_status = "open";
response.was_timedout = false;
@@ -148,8 +147,7 @@ beef.net = {
if (textStatus == "timeout"){
response.was_timedout = true;
};
//console.log(textStatus); //TODO remove after testing
response.status_code = textStatus;
response.status_code = textStatus;
response.duration = (end_time - start_time);
},
//function on completion