diff --git a/src/Posting/Captcha.v1.coffee b/src/Posting/Captcha.v1.coffee index 094fa2d95..f158833cc 100644 --- a/src/Posting/Captcha.v1.coffee +++ b/src/Posting/Captcha.v1.coffee @@ -168,7 +168,6 @@ Captcha.v1 = @nodes.img.alt = challenge @nodes.img.src = challenge_image.src @nodes.input.value = '' - Captcha.cache.clear() count: -> count = Captcha.cache.getCount()