Remove unnecessary debug code

This commit is contained in:
Zixaphir 2014-03-06 11:10:08 -07:00 committed by ccd0
parent cbe2d0284c
commit 198df86bfd

View File

@ -705,15 +705,12 @@ QR =
responseType: 'document' responseType: 'document'
withCredentials: true withCredentials: true
onload: QR.response onload: QR.response
onerror: (err, url, line) -> onerror: ->
# Connection error, or www.4chan.org/banned # Connection error, or www.4chan.org/banned
delete QR.req delete QR.req
post.unlock() post.unlock()
QR.cooldown.auto = false QR.cooldown.auto = false
QR.status() QR.status()
console.log err
console.log url
console.log line
QR.error $.el 'span', QR.error $.el 'span',
innerHTML: """ innerHTML: """
4chan X encountered an error while posting. 4chan X encountered an error while posting.