Remove unnecessary debug code
This commit is contained in:
parent
cbe2d0284c
commit
198df86bfd
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user