From 8d7ab87d7decd2cf3f11004c56104a738dc5dea5 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Fri, 24 Jan 2025 20:07:37 +0200 Subject: remove spammy log --- screen/home.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/screen/home.ts b/screen/home.ts index 097e0f7..15ba24a 100644 --- a/screen/home.ts +++ b/screen/home.ts @@ -24,7 +24,6 @@ export default { let splitText = this.text.split("\n"); splitText = splitText.map(t => t.replace(new RegExp(`([^]{${termWidth}})`, "g"),"$1\n")); - this.screen.logs.push(JSON.stringify(splitText)) splitText = splitText.join("\n").split("\n") splitText = splitText.slice(-(termHeight - inputValueHeight)); -- cgit 1.4.1-2-gfad0