Skip to content

Commit

Permalink
remove stray dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Aug 3, 2024
1 parent 9d3204a commit 4a3c0e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stage/codegen/llvm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ impl<'ctx, 'ink, Ctx: LLVMCtx> FunctionGenerator<'ctx, 'ink, Ctx> {
.build_phi(self.llvm_ctx.i64_type(), "switch phi")
.unwrap(),
|phi, (value, bb)| {
dbg!(value, bb);
let bb = self.gen_block(bb);
let value = self.retrieve_value(value).unwrap();

Expand Down

0 comments on commit 4a3c0e4

Please sign in to comment.