Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Aug 5, 2024
1 parent a2fd541 commit 5f1c781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/src/bot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ impl Bot {
log!(Level::Debug, "Fetching modules");
let saving_modules = utils::carrot_module_list(&abstr, &self.module_info)?;

panic!("{:?}", saving_modules);
let mut fetch_instances_count = 0;

let ver_req = VersionReq::parse(VERSION_REQ).unwrap();
Expand Down

0 comments on commit 5f1c781

Please sign in to comment.