Skip to content

Commit b50d7b1

Browse files
authored
Remove printing on stdout when there is no tile in archive [#281] (#282)
1 parent 636ea42 commit b50d7b1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pmtiles/show.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ func Show(_ *log.Logger, output io.Writer, bucketURL string, key string, showHea
152152
}
153153
dirOffset = header.LeafDirectoryOffset + entry.Offset
154154
dirLength = uint64(entry.Length)
155-
} else {
156-
fmt.Println("Tile not found in archive.")
157-
return nil
158155
}
159156
}
160157
}

0 commit comments

Comments
 (0)