Get rid of console.log statements
This commit is contained in:
parent
1bf8dd93fd
commit
42ef0facc9
4 changed files with 3 additions and 11 deletions
|
@ -33,6 +33,7 @@ function allLangs() {
|
|||
}
|
||||
|
||||
function prodLangs() {
|
||||
// eslint-disable-next-line security/detect-non-literal-require
|
||||
return require(path.join(
|
||||
__dirname,
|
||||
'..',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue