Remove debug logging from getClosestMatch function

This commit is contained in:
Kwaroran
2024-12-16 07:58:54 +09:00
parent 5caa4806ef
commit 25cd5af074

View File

@@ -453,7 +453,6 @@ function getClosestMatch(name:string, assetPaths:{[key:string]:{path:string, ext
closestDist = dist
}
}
console.log(closestDist, closest)
if(closestDist > DBState.db.assetMaxDifference){
return null
}