Skip to content

Commit

Permalink
aesthetic nit
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh committed Nov 13, 2023
1 parent 3421e9f commit 2a97361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/databases/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ impl Database {
Some(rows) => rows,
None => return Err(anyhow!("No rows found")),
};

utils::done(&format!(
"DSSTRUCTSTAT Finished retrieving schema: duration={}ms",
utils::now() - time_query_start
Expand Down

0 comments on commit 2a97361

Please sign in to comment.