Remove some testing code that I forgot to delete earlier.

This commit is contained in:
ccd0 2019-07-07 12:48:33 -07:00
parent 73d23f612e
commit 58d01e78aa

View File

@ -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(@)