Skip to content

Commit

Permalink
refactor: remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Dec 6, 2023
1 parent b27dce2 commit 81bb5be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/config/src/json/json.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ export function guessIdFromUri(uri: string): string | null {
}
}

/**
* If a tiff is smaller than this size, Validate that the tiff actually has meaningful amounts of data
*/
const SmallTiffSizeBytes = 256 * 1024;

/**
* Check to see if this tiff has any data
*
Expand Down

0 comments on commit 81bb5be

Please sign in to comment.