Skip to content

Commit b1ba9b3

Browse files
remove errant print statement
1 parent 9b033ad commit b1ba9b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

raster2dggs/indexers/h3rasterindexer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def parent_groupby(
7171
"""
7272
PAD_WIDTH = const.zero_padding("h3")
7373

74-
print(df)
7574
if decimals > 0:
7675
return (
7776
df.groupby(f"h3_{resolution:0{PAD_WIDTH}d}")

0 commit comments

Comments
 (0)