remove console logs

This commit is contained in:
2024-01-22 12:53:59 +01:00
parent bf8a458b5f
commit dc88e9f2cc
5 changed files with 3 additions and 11 deletions

View File

@@ -55,7 +55,6 @@ function startOsuStatus() {
osuCheckInterval = setInterval(async () => {
const osuWindowTitle = windowName.getWindowText("osu!.exe");
if (osuWindowTitle.length < 0) {
console.log("No osu! window found");
return;
}
const firstInstance = osuWindowTitle[0];
@@ -576,7 +575,6 @@ function createWindow() {
if (presenceEnabled == undefined) {
richPresence.connect();
} else {
console.log(presenceEnabled);
if (presenceEnabled == "true") {
richPresence.connect();
}