From d83c1c8c9735fbb3916e0e6e7e390cb58f628bfa Mon Sep 17 00:00:00 2001 From: Dmitry Vasilev Date: Tue, 27 Dec 2022 17:44:49 +0800 Subject: [PATCH] remove --- src/effects.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/effects.js b/src/effects.js index 6fc9db4..cc20e9b 100644 --- a/src/effects.js +++ b/src/effects.js @@ -8,8 +8,6 @@ import { import {current_cursor_position} from './calltree.js' import {FLAGS} from './feature_flags.js' import {exec, FILES_ROOT} from './index.js' -// TODO remove -import {unwrap_settled_promises} from './unwrap_promises.js' // Imports in the context of `run_window`, so global variables in loaded // modules refer to that window's context @@ -207,9 +205,6 @@ export const render_common_side_effects = async (prev, next, command, ui) => { } else { - // TODO remove - // await unwrap_settled_promises(next.calltree) - if( prev.calltree == null ||