Skip to content

Commit

Permalink
add_warn_for_migrations_with_print
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanchez556 committed Aug 23, 2024
1 parent 69bb3f7 commit 2a89874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/dojo-lang/src/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ impl Compiler for DojoCompiler {
})?;

compiled_classes.insert(qualified_path, (class_hash, class));

}

update_files(
Expand Down

0 comments on commit 2a89874

Please sign in to comment.