Remove unnecessary debug code
This commit is contained in:
parent
cbe2d0284c
commit
198df86bfd
@ -705,15 +705,12 @@ QR =
|
||||
responseType: 'document'
|
||||
withCredentials: true
|
||||
onload: QR.response
|
||||
onerror: (err, url, line) ->
|
||||
onerror: ->
|
||||
# Connection error, or www.4chan.org/banned
|
||||
delete QR.req
|
||||
post.unlock()
|
||||
QR.cooldown.auto = false
|
||||
QR.status()
|
||||
console.log err
|
||||
console.log url
|
||||
console.log line
|
||||
QR.error $.el 'span',
|
||||
innerHTML: """
|
||||
4chan X encountered an error while posting.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user