remove temporary debug print statements

Co-authored-by: mikayla.c.maki@gmail.com
This commit is contained in:
Keith Simmons 2022-07-08 16:14:41 -07:00
parent 8d34fe7e94
commit 31361e564d
4 changed files with 2 additions and 8 deletions

View file

@ -218,7 +218,6 @@ impl Element for TerminalEl {
layout: &mut Self::LayoutState,
cx: &mut gpui::PaintContext,
) -> Self::PaintState {
println!("Painted a terminal element");
//Setup element stuff
let clip_bounds = Some(visible_bounds);