diff options
Diffstat (limited to 'screen/home.ts')
-rw-r--r-- | screen/home.ts | 1 |
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)); |