mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
remove log
This commit is contained in:
parent
c7e6297077
commit
0f55ba59c7
@ -371,7 +371,7 @@ function onUploadFinished(file) {
|
||||
if (file.type.startsWith("image")) {
|
||||
prefix = '!';
|
||||
}
|
||||
console.log(file.xhr);
|
||||
|
||||
var extraText = prefix+'['+file.xhr.getResponseHeader("Location").split('filename=')[1]+'](' +
|
||||
file.xhr.getResponseHeader("Location") +
|
||||
')\n\n';
|
||||
|
Loading…
Reference in New Issue
Block a user