JS: Correctly calculate affected accounts when routing account events.

This commit is contained in:
Stefan Thomas
2013-02-15 14:43:24 +01:00
parent 82f14395fb
commit 6e91927742

View File

@@ -102,8 +102,6 @@ Meta.prototype.getAffectedAccounts = function ()
}
});
console.log("AFFECTS", accounts);
return accounts;
};