mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
Remove verbose log for config values
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user