diff options
-rw-r--r-- | ports/nrf/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/main.c b/ports/nrf/main.c index 9ffe7a285..af5991281 100644 --- a/ports/nrf/main.c +++ b/ports/nrf/main.c @@ -121,8 +121,6 @@ soft_reset: mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR_)); // current dir (or base dir of the script) mp_obj_list_init(mp_sys_argv, 0); - pyb_set_repl_info(MP_OBJ_NEW_SMALL_INT(0)); - readline_init0(); |