Skip to content

Commit

Permalink
remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 13, 2024
1 parent b8260fc commit 181fc46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/sozo/src/commands/options/account/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ where
bail!("No Controller is associated with this account.");
};

trace!(target: "account::controller", "Fetching Controller account info.");

// Check if the session exists, if not create a new one
let session_details = match slot::session::get(chain_id)? {
Some(session) => {
Expand Down

0 comments on commit 181fc46

Please sign in to comment.