We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000d8ad commit ca3d5e1Copy full SHA for ca3d5e1
test/object.js
@@ -95,8 +95,6 @@ describe('Objects', function(){
95
query.get(objId, {
96
success: function(gameScore) {
97
expect(gameScore.id).to.be.ok();
98
- console.log(gameScore.get('objectId'));
99
- console.log(gameScore.id);
100
expect(gameScore.get('objectId')).to.be(gameScore.id);
101
done();
102
// The object was retrieved successfully.
0 commit comments