Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomuseumbot committed Sep 7, 2024
1 parent affe02f commit 0beefab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cmd/mbtiles-assign-metadata/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ func main() {
if err != nil {
log.Fatalf("Couldn't read input mbtiles %s: %+v", path, err)
}

/*
metadata, err := mbtilesReader.Metadata()
if err != nil {
log.Fatalf("Unable to read metadata for %s, %v", path, err)
}
log.Println(metadata)
*/

var bounds *orb.Bound
minZoom := uint(20)
Expand Down

0 comments on commit 0beefab

Please sign in to comment.