Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Oct 17, 2024
1 parent a78580f commit 8734b52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use tracing::{info, instrument, warn};

use crate::config::Config;
use crate::contracts::IdentityManager;
// use crate::database::query::DatabaseQuery as _;
use crate::database::methods::DbMethods as _;
use crate::database::Database;
use crate::ethereum::Ethereum;
Expand Down
1 change: 0 additions & 1 deletion src/identity_tree/initializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use semaphore::poseidon_tree::LazyPoseidonTree;
use tracing::{info, instrument, warn};

use crate::config::TreeConfig;
// use crate::database::query::DatabaseQuery;
use crate::database::methods::DbMethods;
use crate::database::Database;
use crate::identity::processor::IdentityProcessor;
Expand Down

0 comments on commit 8734b52

Please sign in to comment.