removed unused test log

This commit is contained in:
2023-06-11 23:21:29 +02:00
parent c3efc4b033
commit 5117c0f4a2

View File

@@ -61,8 +61,7 @@ function getCalendarEntries(week) {
// Skript ausführen und Output in einer Variable speichern
const result = spawnSync(command, [scriptPath, ...args], { encoding: 'utf-8' });
console.log(convertToJsEscape(result.stdout.toString('utf-8')));
return result.stdout;
}