Skip to content

Commit

Permalink
Logging update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Dec 10, 2024
1 parent c4909ee commit 24cd2ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions maps4fs/generator/grle.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ def process(self) -> None:
width = int(self.map_width * info_layer["width_multiplier"])
data_type = info_layer["data_type"]

self.logger.debug(
"Creating InfoLayer PNG file %s with dimensions %sx%s, %s channels, "
"and data type %s.",
file_path,
height,
width,
data_type,
)

# Create the InfoLayer PNG file with zeros.
info_layer_data = np.zeros((height, width), dtype=data_type)
print(info_layer_data.shape)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maps4fs"
version = "0.9.97"
version = "0.9.98"
description = "Generate map templates for Farming Simulator from real places."
authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}]
license = {text = "MIT License"}
Expand Down

0 comments on commit 24cd2ac

Please sign in to comment.