removed unused test log
This commit is contained in:
@@ -61,8 +61,7 @@ function getCalendarEntries(week) {
|
|||||||
|
|
||||||
// Skript ausführen und Output in einer Variable speichern
|
// Skript ausführen und Output in einer Variable speichern
|
||||||
const result = spawnSync(command, [scriptPath, ...args], { encoding: 'utf-8' });
|
const result = spawnSync(command, [scriptPath, ...args], { encoding: 'utf-8' });
|
||||||
|
|
||||||
console.log(convertToJsEscape(result.stdout.toString('utf-8')));
|
|
||||||
return result.stdout;
|
return result.stdout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user