update lib/data/mongodb.js

Sorry a pull request again to remove the line to correct setBoardSize function with mondoDB
This commit is contained in:
darksurfer 2012-06-12 18:16:25 +03:00
parent a1973a480e
commit de4815df15

View file

@ -164,7 +164,6 @@ db.prototype = {
);
},
setBoardSize: function(room, size) {
this.room.findOne({name:room})
this.rooms.update(
{name:room},
{$set:{'size':size}}