remove leftover console log debugging (#22689)
This commit is contained in:
@@ -11,7 +11,6 @@ const _basePaths = new Map()
|
||||
function getBasePath(directory) {
|
||||
if (!_basePaths.has(directory)) {
|
||||
_basePaths.set(directory, path.posix.join(__dirname, '..', directory, 'content'))
|
||||
console.log(_basePaths.get(directory))
|
||||
}
|
||||
return _basePaths.get(directory)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user