From 58d01e78aac14020f4e1330af2ecb214ec692c6c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 7 Jul 2019 12:48:33 -0700 Subject: [PATCH] Remove some testing code that I forgot to delete earlier. --- src/Posting/Captcha.service.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Posting/Captcha.service.coffee b/src/Posting/Captcha.service.coffee index 97e61daa2..e4f21e0b7 100644 --- a/src/Posting/Captcha.service.coffee +++ b/src/Posting/Captcha.service.coffee @@ -1,6 +1,5 @@ Captcha.service = init: -> - Conf['captchaServiceDomain'] = '' $.on d, 'LoadCaptcha', @loadCaptcha.bind(@) $.on d, 'AbortCaptcha SaveCaptcha', @abortCaptcha.bind(@) $.on d, 'RequestCaptcha', @requestCaptcha.bind(@)