Remove debug logging from getClosestMatch function
This commit is contained in:
@@ -455,7 +455,6 @@ function getClosestMatch(name:string, assetPaths:{[key:string]:{path:string, ext
|
|||||||
closestDist = dist
|
closestDist = dist
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.table({closest, closestDist, time: performance.now() - perf, len:Object.keys(assetPaths).length})
|
|
||||||
return assetPaths[closest]
|
return assetPaths[closest]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user