Web:Common:Utils: delete useless code from beforeBuild function

This commit is contained in:
Timofey Boyko 2023-02-01 16:11:34 +03:00
parent 2b2b8377c7
commit d7b059afaa

View File

@ -45,8 +45,6 @@ const beforeBuild = async (pathsToLocales, pathToFile) => {
let hasError = false; let hasError = false;
const errorVar = []; const errorVar = [];
console.log(localesFiles.length);
localesFiles.forEach((file) => { localesFiles.forEach((file) => {
const splitPath = file.path.split("\\"); const splitPath = file.path.split("\\");