We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a58f commit 9cd3c39Copy full SHA for 9cd3c39
src/wasm/src/dispatcher.rs
@@ -147,10 +147,8 @@ impl<'a> Dispatcher<'a> {
147
}
148
149
fn on_download_finish(&mut self) {
150
- println!("[NAVIGRAPH] Checking if downloaded database is a valid SQLite file");
151
match navigation_database::util::find_sqlite_file(consts::NAVIGATION_DATA_DOWNLOADED_LOCATION) {
152
Ok(path) => {
153
- println!("[NAVIGRAPH] Found valid SQLite file: {}", path);
154
match self.database.set_active_database(path) {
155
Ok(_) => {},
156
Err(e) => {
0 commit comments