commented out console.log

This commit is contained in:
AndzejsP
2023-06-07 17:16:22 +03:00
parent 584a1f6f03
commit 7dd26ceba9
2 changed files with 19 additions and 19 deletions

View File

@ -138,7 +138,7 @@ export default {
return filesize(size)
},
async getFileSize(url) {
console.log(this.model_type);
//console.log(this.model_type);
if(this.model_type!="api"){
try {
const res = await axios.head(url)