rm console logs

This commit is contained in:
Ruben Fiszel
2024-01-29 11:33:16 +01:00
parent 0e9e155cd9
commit 61dbe99822
2 changed files with 1 additions and 2 deletions
@@ -40,6 +40,7 @@
}
$: truncatedContent && scrollToBottom()
$: html = ansi_up.ansi_to_html(truncatedContent ?? '')
export function scrollToBottom() {
scroll && setTimeout(() => div?.scroll({ top: div?.scrollHeight, behavior: 'smooth' }), 100)
@@ -162,7 +162,6 @@
const dispatch = createEventDispatcher()
async function loadScript(p: string | undefined): Promise<void> {
console.log('LOAD', p)
if (p) {
args = {}
runnable = undefined
@@ -248,7 +247,6 @@
if (oldScriptPath == script_path) {
loadScript(script_path)
}
console.log(script_path)
is_flow = s.is_flow
no_flow_overlap = s.no_flow_overlap ?? false
wsErrorHandlerMuted = s.ws_error_handler_muted ?? false