mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
* clean up comments and console
This commit is contained in:
@@ -347,7 +347,6 @@ function DirectoryTable(props: {
|
||||
|
||||
function ArchiveView(props: { genericTileset: Accessor<Tileset> }) {
|
||||
const tileset = createMemo(() => {
|
||||
console.log("memo!");
|
||||
const g = props.genericTileset();
|
||||
if (g instanceof PMTilesTileset) {
|
||||
return g as PMTilesTileset;
|
||||
|
||||
Reference in New Issue
Block a user