Skip to content

Commit

Permalink
removed logging statement that was helpful for testing this branch, b…
Browse files Browse the repository at this point in the history
…ut is not necessary to keep for merge
  • Loading branch information
julietcohen committed Feb 15, 2024
1 parent a9a5964 commit 8c6f171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pdgraster/WebImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ def to_image(self, image_data):
rgba_list = self.rgba_list
height = self.height
width = self.width

logger.info("Converting array type to float")
image_data = image_data.astype(float)
no_data_mask = image_data == nodata_val

Expand Down

0 comments on commit 8c6f171

Please sign in to comment.