From 776a7e2eeca0e49e7e0217a70f680660ab66cb26 Mon Sep 17 00:00:00 2001 From: Irshad P I Date: Tue, 14 Jul 2020 23:56:56 +0530 Subject: [PATCH] Removing console.log --- src/runtime/internal/await_block.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/internal/await_block.ts b/src/runtime/internal/await_block.ts index 79af506251..3821520837 100644 --- a/src/runtime/internal/await_block.ts +++ b/src/runtime/internal/await_block.ts @@ -59,7 +59,6 @@ export function handle_promise(promise, info) { update(info.then, 1, info.value, value); set_current_component(null); }, error => { - console.log(info); if (!info.hasCatch) { throw error; }