Skip to content

Commit 644ab4d

Browse files
committed
Remove todo! from throw_libsql_error()
1 parent 084a557 commit 644ab4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/errors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pub fn throw_libsql_error<'a, C: Context<'a>, T>(cx: &mut C, err: libsql::Error)
1919
cx.throw(err)?
2020
}
2121
_ => {
22-
todo!("err = {:?}", err);
2322
let err = format!("{:?}", err);
2423
let err = JsError::error(cx, err).unwrap();
2524
let code = cx.string("");

0 commit comments

Comments
 (0)