Refactor db read/write ops to use find instead of findOne to improve performance
This commit is contained in:
@@ -50,7 +50,6 @@ $(document).ready(function() {
|
||||
},
|
||||
url: '/completed-bonfire/'
|
||||
});
|
||||
console.log(didCompleteWith, bonfireSolution, thisBonfireHash); // TODO: remove debug statement
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user