Skip to content

Commit

Permalink
removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jun 8, 2024
1 parent 846cb74 commit 2101fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ test("multipolygon vs 2 polygons", async ({ eq }) => {
test("virtual resampling, contained", async ({ eq }) => {
const url = "http://localhost:3000/data/geotiff-test-data/nz_habitat_anticross_4326_1deg.tif";
const geojson = await fetch("http://localhost:3000/data/virtual-resampling/virtual-resampling-one.geojson").then(res => res.json());
const result = await stats(url, geojson, undefined, undefined, { debug_level: 10, rescale: true, vrm: "minimal" });
const result = await stats(url, geojson, undefined, undefined, { debug_level: 0, rescale: true, vrm: "minimal" });
eq(result, [
{
count: 0.007936507936507936,
Expand Down

0 comments on commit 2101fa4

Please sign in to comment.