Skip to content

Commit

Permalink
remove stray backtrace (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinPostma authored Feb 27, 2024
1 parent f938b84 commit de91aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libsql-server/src/namespace/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ impl NamespaceStore {
db_config: MetaStoreHandle,
restore_option: RestoreOption,
) -> crate::Result<NamespaceEntry> {
println!("{}", std::backtrace::Backtrace::force_capture());
let init = {
let namespace = namespace.clone();
async move {
Expand Down

0 comments on commit de91aa2

Please sign in to comment.