Remove log
This commit is contained in:
parent
49d6536269
commit
9db47a36c4
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ export function loadConfig(): config {
|
|||
data.game.files[envvar.slice(5).toLowerCase()] = value;
|
||||
};
|
||||
};
|
||||
console.log(data.game.files)
|
||||
|
||||
let { error, value } = configSchema.validate(data, { abortEarly: false });
|
||||
if (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue