xo-pyjit: minor -- drop printing to procrastinate on compiler nit

This commit is contained in:
Roland Conybeare 2024-06-14 16:12:22 -04:00
commit 94d0391585
2 changed files with 4 additions and 2 deletions

View file

@ -46,8 +46,8 @@ namespace xo {
x.print(ss);
return buf;
})
.def("__repr__",
&Jit::display_string)
// .def("__repr__",
// &Jit::display_string)
;
}