Skip to content

Commit 998dab5

Browse files
authored
remove stray println (#399)
1 parent fea923b commit 998dab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/provenance.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ impl ProvenanceTable {
106106

107107
/// Return the number of rows
108108
pub fn num_rows(&self) -> SizeType {
109-
println!("internal: {}", unsafe { self.table_.as_ref() }.num_rows);
110109
self.as_ref().num_rows.into()
111110
}
112111

0 commit comments

Comments
 (0)