remove some debug prints
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Apr 2025 19:09:18 +0000 (12:09 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Apr 2025 19:09:18 +0000 (12:09 -0700)
rust/pspp/src/output/pivot/output.rs

index 53f9f0ba8727e95a39748a28c4d2dcfa82200c67..8b9ad9c07c1ba446cc2337020c9157790b231456 100644 (file)
@@ -379,14 +379,12 @@ fn compose_headings(
     rotate_outer_labels: bool,
     area: Area,
 ) {
-    dbg!(h);
     let v = !h;
     let v_size = h_axis.label_depth;
     let h_ofs = v_axis.label_depth;
     let n_columns = column_enumeration.len();
 
     if h_axis.dimensions.is_empty() || n_columns == 0 || v_size == 0 {
-        dbg!();
         return;
     }
 
@@ -482,9 +480,6 @@ fn compose_headings(
                 let is_outer_row = y1 == 0;
                 let is_inner_row = y2 == v_size;
                 if c.show_label() {
-                    dbg!(h_ofs, x1..x2);
-                    dbg!(top_row, row_ofs, y1..y2);
-                    dbg!(&c);
                     table.put(
                         Rect2::for_ranges((h, x1 + h_ofs..x2 + h_ofs), y1..y2),
                         CellInner {