xo-interpreter: Schematika: drop hardwired debug logging

This commit is contained in:
Roland Conybeare 2025-11-23 11:35:39 -05:00
commit 15ed096ba4

View file

@ -129,8 +129,7 @@ namespace xo {
// rx.bind_key_internal(Replxx::KEY::control('p'), "history_previous");
// rx.bind_key_internal(Replxx::KEY::control('n'), "history_next");
//reader rdr(config_.debug_flag);
reader rdr(true);
reader rdr(config_.debug_flag);
rdr.begin_interactive_session();
string input_str;