remove console.log in spec
This commit is contained in:
parent
3bde507a3a
commit
224b59322b
2 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -50,4 +50,4 @@ describe("Diaspora.Widgets.Likes", function() {
|
|||
expect($(".stream_element .likes_list").html()).toEqual("some html response");
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue