mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-30 08:30:59 +03:00
removed debug logging
This commit is contained in:
@@ -131,7 +131,6 @@ async function startServer() {
|
||||
|
||||
async function setPortItemFromENV() {
|
||||
return new Promise(resolve => {
|
||||
console.log(backendPort.toString());
|
||||
config_api.setConfigItem('ytdl_port', backendPort.toString());
|
||||
setTimeout(() => resolve(true), 100);
|
||||
});
|
||||
|
||||
@@ -78,8 +78,6 @@ function setConfigItem(key, value) {
|
||||
} else {
|
||||
parent_object[element_name] = value;
|
||||
}
|
||||
console.log('setting file to');
|
||||
console.log(config_json);
|
||||
success = setConfigFile(config_json);
|
||||
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user