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

@ -19,6 +19,8 @@ $ xo-build --clone --configure --build --install xo-jit
$ xo-build --clone --configure --build --install xo-pyutil
$ xo-build --clone --configure --build --install xo-pyexpression
```
note: can use `xo-build -n` to dry-run here
### copy `xo-pyjit` repository locally
```
$ xo-build --clone xo-pyjit

View file

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