Revmoed useless logs

This commit is contained in:
Thomas FORGIONE
2015-07-20 14:52:57 +02:00
parent 19ae7aa76c
commit a308b4e93f
3 changed files with 0 additions and 4 deletions

View File

@@ -341,7 +341,6 @@ Info.prototype.loadRedCoins = function() {
if (err !== null) {
Log.dberror(err + ' in loadRedCoins');
} else {
console.log(result.rows);
for (var i in result.rows) {
self.redCoins.push(result.rows[i].coin_id);
}