From a4956b348847a66c51fb6dc537d9ad6e624c6846 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 May 2025 20:48:52 +0200 Subject: [PATCH] Remove unused code from main.js --- main.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/main.js b/main.js index 838a33e..aedd40b 100644 --- a/main.js +++ b/main.js @@ -232,25 +232,6 @@ async function initGitRepo(folder) { await git.commit(message); } } -//test -//test - -//test - -//test - -//test - -//test - -//test - -//test - -//test - -//test - // Map für Monitoring-Watcher (nicht repoWatchers!) const monitoringWatchers = new Map();