Skip to content

Commit

Permalink
remove some console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Mar 22, 2024
1 parent c2bb098 commit 7ad1e56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,6 @@ impl App {
// give them already
survey.add_allsky(allsky)?;
// Once received ask for redraw
console_log("allsky received");
self.request_redraw = true;
}
}
Expand Down
1 change: 0 additions & 1 deletion src/core/src/tile_fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ impl TileFetcherQueue {
if tile_size <= 128 || cfg.get_min_depth_tile() > 0 {
// Request the allsky
use al_core::log::console_log;
console_log("fetch allsky");
downloader.fetch(query::Allsky::new(cfg));
}
/*else {
Expand Down

0 comments on commit 7ad1e56

Please sign in to comment.