remove stray console.log
This commit is contained in:
parent
e366a4b8b5
commit
49e745c449
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ var Stream = {
|
|||
Stream.collapseText('eventID', $(Stream.selector)[0]);
|
||||
},
|
||||
collapseText: function(){
|
||||
console.log(arguments);
|
||||
elements = $(Array.prototype.slice.call(arguments,1));
|
||||
// collapse long posts
|
||||
$(".content p", elements).expander({
|
||||
|
|
|
|||
Loading…
Reference in a new issue