Skip to content

Commit

Permalink
fix(sozo): remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jan 15, 2025
1 parent 2c77db4 commit 47349d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/sozo/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ pub fn check_package_dojo_version(ws: &Workspace<'_>, package: &Package) -> anyh

let dojo_dep_str = dojo_dep.to_string();

dbg!(&dojo_dep_str);
dbg!(&dojo_version);

// Only in case of git dependency with an explicit tag, we check if the tag is the same as
// the current version.
if dojo_dep_str.contains("git+")
Expand Down

0 comments on commit 47349d1

Please sign in to comment.