mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Remove verbose log for config values
This commit is contained in:
parent
a5c2d6b0f5
commit
4244f2bc69
@ -150,8 +150,8 @@ const config_pointer = {};
|
||||
if (prop in target) {
|
||||
return target[prop];
|
||||
} else {
|
||||
console.log('implied', prop,
|
||||
'to', get_implied(config_to_export, prop));
|
||||
// console.log('implied', prop,
|
||||
// 'to', get_implied(config_to_export, prop));
|
||||
return get_implied(config_to_export, prop);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user