diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-12-04 16:48:45 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-12-04 16:48:45 +0100 |
commit | f11e1fa3ee69bc117f38430de0f4c3543894424c (patch) | |
tree | c752290d78a50d8bb3f948ae34eb7c37b2724a28 /src_frontend/Components/Editor/Editor.svelte | |
parent | 5c749c6c772925da9b69ea6f5be8b641d941a750 (diff) | |
download | Luxcena-Neo-f11e1fa3ee69bc117f38430de0f4c3543894424c.tar.gz Luxcena-Neo-f11e1fa3ee69bc117f38430de0f4c3543894424c.zip |
Try to fix rendering issues with Output component by buffering better
Diffstat (limited to 'src_frontend/Components/Editor/Editor.svelte')
-rw-r--r-- | src_frontend/Components/Editor/Editor.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src_frontend/Components/Editor/Editor.svelte b/src_frontend/Components/Editor/Editor.svelte index 4328222..70d5478 100644 --- a/src_frontend/Components/Editor/Editor.svelte +++ b/src_frontend/Components/Editor/Editor.svelte @@ -49,7 +49,6 @@ } function handleError(err) { - console.log(err); if (err.success) { return; } failCount++; if (failCount < 10) { |