remove debug log

This commit is contained in:
Beu 2020-12-15 01:54:30 +01:00
parent 8c32797fb9
commit 773e13a441
1 changed files with 0 additions and 2 deletions

View File

@ -38,13 +38,11 @@ function upload_file(file_obj,file_name)
body: file_obj
});
var text = await response.text();
console.log(text);
divresponse.innerHTML = text ;
document.getElementById('copytoclipboard').style.visibility = "visible";
if (text.startsWith("http")) {
var fturl = document.getElementsByTagName("fturl");
console.log(fturl);
Array.from(fturl).forEach(tag => tag.innerHTML = text);
}