Skip to content

Commit

Permalink
chore: Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jul 16, 2024
1 parent 5fd49df commit 9db1270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async function normalizeStore(source: string | Readable): Promise<zarr.Location<

export async function open(source: string | Readable) {
const location = await normalizeStore(source);
console.log(location);
return zarr.open(location);
}

Expand Down

0 comments on commit 9db1270

Please sign in to comment.