Fix unwanted array comprehension.

This commit is contained in:
ccd0 2016-10-01 17:29:31 -07:00
parent 49b946199c
commit 78cf15a9cd

View File

@ -101,6 +101,7 @@ Build.Test =
c.log "#{post.fullID} correct"
Build.Test.postsRemaining--
Build.Test.report() if Build.Test.postsRemaining is 0
return
testAll: ->
g.posts.forEach (post) ->