diff --git a/Android/SQLitePlugin/assets/www/SQLitePlugin.js b/Android/SQLitePlugin/assets/www/SQLitePlugin.js index d51c4b0..e4a2a0d 100755 --- a/Android/SQLitePlugin/assets/www/SQLitePlugin.js +++ b/Android/SQLitePlugin/assets/www/SQLitePlugin.js @@ -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) {