mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 08:25:29 +01:00
remove error debug
This commit is contained in:
@@ -142,10 +142,7 @@ impl<C: Parser + Send + Sync + 'static> SqlCompleter<C> {
|
||||
|
||||
Ok((prefix_pos + 1, candidates))
|
||||
}
|
||||
Err(e) => {
|
||||
tracing::error!("Dot completion error: {e}");
|
||||
Ok((prefix_pos + 1, Vec::new()))
|
||||
}
|
||||
Err(_) => Ok((prefix_pos + 1, Vec::new())),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user