chore: clean up code

This commit is contained in:
Michael Smith
2025-01-27 20:35:32 +00:00
parent df53f96951
commit 2c7745ea71
3 changed files with 2 additions and 7 deletions

View File

@@ -5,8 +5,6 @@ import {
testRequiredVariables,
} from "../test";
console.log("DELETE ME BEFORE COMMITTING!!!!!");
const allowedDesktopEnvs = ["xfce", "kde", "gnome", "lxde", "lxqt"] as const;
type AllowedDesktopEnv = (typeof allowedDesktopEnvs)[number];