summary refs log tree commit diff
path: root/screen
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-01-24 20:07:37 +0200
committerWlodekM <[email protected]>2025-01-24 20:07:37 +0200
commit8d7ab87d7decd2cf3f11004c56104a738dc5dea5 (patch)
tree06fcf474223a8cb8bea1a3f38e8f864896d7b40f /screen
parentb6e528b65296ee2caacc97706ab287f2a0b46f9b (diff)
remove spammy log HEAD main
Diffstat (limited to 'screen')
-rw-r--r--screen/home.ts1
1 files changed, 0 insertions, 1 deletions
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));