Remove debug logging from getClosestMatch function
This commit is contained in:
@@ -453,7 +453,6 @@ function getClosestMatch(name:string, assetPaths:{[key:string]:{path:string, ext
|
|||||||
closestDist = dist
|
closestDist = dist
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(closestDist, closest)
|
|
||||||
if(closestDist > DBState.db.assetMaxDifference){
|
if(closestDist > DBState.db.assetMaxDifference){
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user