rm useless code
This commit is contained in:
parent
bb00d4c203
commit
fdd6a20c87
@ -174,7 +174,7 @@ Main =
|
|||||||
posts = []
|
posts = []
|
||||||
for postRoot in $$ '.thread > .postContainer', threadRoot
|
for postRoot in $$ '.thread > .postContainer', threadRoot
|
||||||
try
|
try
|
||||||
posts.push post = new Post postRoot, thread, g.BOARD, {isOriginalMarkup: true}
|
posts.push new Post postRoot, thread, g.BOARD, {isOriginalMarkup: true}
|
||||||
catch err
|
catch err
|
||||||
# Skip posts that we failed to parse.
|
# Skip posts that we failed to parse.
|
||||||
errors = [] unless errors
|
errors = [] unless errors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user