remove console.log in spec

This commit is contained in:
Maxwell Salzberg 2011-08-29 19:16:11 -07:00
parent 3bde507a3a
commit 224b59322b
2 changed files with 1 additions and 2 deletions

View file

@ -86,7 +86,6 @@ describe("ContentUpdater", function() {
Diaspora.Page = "AspectsIndex";
Diaspora.instantiatePage();
console.log(Diaspora, $("#main_stream"), $("#jasmine_content"));
post = $(".stream_element:first"),
postGUID = post.attr("id");

View file

@ -50,4 +50,4 @@ describe("Diaspora.Widgets.Likes", function() {
expect($(".stream_element .likes_list").html()).toEqual("some html response");
});
});
});
});