Web:Client: delete console log

This commit is contained in:
Timofey Boyko 2023-02-02 10:05:53 +03:00
parent 9e67f4343f
commit 5125fec48f

View File

@ -132,7 +132,6 @@ const config = {
options: {
emitFile: false,
name: (resourcePath) => {
console.log(resourcePath);
let result = resourcePath.split("public\\")[1].split("\\");
result.pop();