Removing console.log

pull/5149/head
Irshad P I 5 years ago
parent cd3d0f63ed
commit 776a7e2eec

@ -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;
}

Loading…
Cancel
Save