remove all console.log logging

This commit is contained in:
ali asaria 2013-12-08 13:18:10 -05:00
parent 5bf629439c
commit e9e752c5e4
3 changed files with 8 additions and 6 deletions

View file

@ -104,7 +104,7 @@ db.prototype = {
for (i in res) {
cards.push( JSON.parse(res[i]) );
}
console.dir(cards);
//console.dir(cards);
callback(cards);
});