Skip to content

Commit 9cd3c39

Browse files
committed
cleanup: remove unnecessary logs
1 parent 857a58f commit 9cd3c39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wasm/src/dispatcher.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,8 @@ impl<'a> Dispatcher<'a> {
147147
}
148148

149149
fn on_download_finish(&mut self) {
150-
println!("[NAVIGRAPH] Checking if downloaded database is a valid SQLite file");
151150
match navigation_database::util::find_sqlite_file(consts::NAVIGATION_DATA_DOWNLOADED_LOCATION) {
152151
Ok(path) => {
153-
println!("[NAVIGRAPH] Found valid SQLite file: {}", path);
154152
match self.database.set_active_database(path) {
155153
Ok(_) => {},
156154
Err(e) => {

0 commit comments

Comments
 (0)