code cleanup

This commit is contained in:
Mike 2012-04-09 17:29:38 -04:00
parent 0760c53232
commit 406c5cb8af
1 changed files with 0 additions and 3 deletions

View File

@ -218,8 +218,6 @@
if (this.__submitted) throw new Error("Transaction already submitted");
this.__submitted = true;
txself = this;
//successcb = function() {};
//if (success) {
successcb = function()
{
if(transaction_queue[txself.trans_id].length > 0)
@ -234,7 +232,6 @@
return success(txself);
}
};
//}
errorcb = function(res) {};
if (error) {
errorcb = function(res) {