rm useless code

This commit is contained in:
Mayhem 2014-01-20 09:51:52 +01:00
parent bb00d4c203
commit fdd6a20c87

View File

@ -174,7 +174,7 @@ Main =
posts = []
for postRoot in $$ '.thread > .postContainer', threadRoot
try
posts.push post = new Post postRoot, thread, g.BOARD, {isOriginalMarkup: true}
posts.push new Post postRoot, thread, g.BOARD, {isOriginalMarkup: true}
catch err
# Skip posts that we failed to parse.
errors = [] unless errors