Skip to content

Commit

Permalink
remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 11, 2023
1 parent 8cc17b2 commit 17fcecd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pmtiles/extract.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ func Extract(logger *log.Logger, bucketURL string, key string, maxzoom int8, reg
source_metadata_offset := header.MetadataOffset
source_tile_data_offset := header.TileDataOffset

fmt.Println(maxzoom)

if maxzoom == -1 || int8(header.MaxZoom) < maxzoom {
maxzoom = int8(header.MaxZoom)
}
Expand Down

0 comments on commit 17fcecd

Please sign in to comment.