diff --git a/src/main.rs b/src/main.rs index b9b4304..1ba615f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,6 @@ fn main() -> Result<(), Box> { let table = t.split('='); let table = table.last().unwrap(); let root = format!("{ROOT}/{t}/*"); - println!("Making table"); println!( r#"create table {table} as select * from read_parquet("{root}") where bbox.xmin between {xmin} and {xmax} and bbox.ymin between {ymin} and {ymax};"# );