Skip to content

Commit

Permalink
remove debug abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku committed Jan 2, 2024
1 parent 76d8396 commit f3b9f3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/atoll/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,12 +832,6 @@ where
}
}

let debug = cell.layout.generate(DebugAbstract {
abs,
stack: (*cell.layer_stack).clone(),
});
cell.layout.draw(debug)?;

Ok(layout_data)
}
}

0 comments on commit f3b9f3b

Please sign in to comment.