Skip to content

Commit 322d8dd

Browse files
committed
removed debug code
1 parent eddcfec commit 322d8dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/py_lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ lazy_static! {
2424
pub fn init_python() -> PyResult<()> {
2525
pyo3::prepare_freethreaded_python();
2626
let code = py_main_import::read_at_startup();
27-
dbg!(&code);
2827
let c_code = CString::new(code).expect("error loading python");
2928
marker::Python::with_gil(|py| -> PyResult<()> {
3029
let globals = GLOBALS.lock().unwrap().clone_ref(py).into_bound(py);

0 commit comments

Comments
 (0)