xo-interpreter: Schematika: drop hardwired debug logging
This commit is contained in:
parent
a91d0d0202
commit
15ed096ba4
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue