不要怂,就是干,撸起袖子干!

Commit 61085b23 by Tim Perry

Remove leftover console logging

1 parent 67eb9800
Showing with 0 additions and 2 deletions
...@@ -1957,8 +1957,6 @@ describe(Support.getTestDialectTeaser('Include'), function() { ...@@ -1957,8 +1957,6 @@ describe(Support.getTestDialectTeaser('Include'), function() {
expect(posts.length).to.equal(1); expect(posts.length).to.equal(1);
var post = posts[0]; var post = posts[0];
console.log("** " + JSON.stringify(post));
expect(post.id).not.to.be.ok; expect(post.id).not.to.be.ok;
expect(parseInt(post["comments.commentCount"], 10)).to.equal(3); expect(parseInt(post["comments.commentCount"], 10)).to.equal(3);
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!