clean up TODOs

This commit is contained in:
ghassmo
2021-10-06 06:22:25 +03:00
parent 47f2b4f372
commit 587ff795ea
2 changed files with 0 additions and 4 deletions

View File

@@ -179,8 +179,6 @@ impl ReqProtocol {
);
if reply.has_error() {
// TODO return error status code instead of None
// this is temporary
handle_error(reply.get_error());
return Ok(None);
}

View File

@@ -461,8 +461,6 @@ mod tests {
use ff::Field;
use rand::rngs::OsRng;
// TODO add more tests
pub fn init_db(path: &PathBuf, password: String) -> Result<()> {
if !password.trim().is_empty() {
let contents = include_str!("../../sql/cashier.sql");