Skip to content

Commit ae2943e

Browse files
committed
Remove comments
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
1 parent 6225c2f commit ae2943e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ fn tikv_client(_py: Python, m: &PyModule) -> PyResult<()> {
1414
unsafe {
1515
pyo3::ffi::PyEval_InitThreads();
1616
}
17-
// pyo3::prepare_freethreaded_python();
18-
// Python::with_gil(|py| {
19-
// py.run("print('Hello World')", None, None)
20-
// }).unwrap();
2117
m.add_class::<raw::RawClient>()?;
2218
m.add_class::<transaction::TransactionClient>()?;
2319
Ok(())

0 commit comments

Comments
 (0)