Skip to content

Commit 34cd19a

Browse files
committed
fix: remove debug print
1 parent 5b2c28f commit 34cd19a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/szio/gta5/assets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def __init__(self, assets: Sequence[Asset]):
111111
raise ValueError("All assets must be of the same type!")
112112

113113
self._assets = assets
114-
print(f"{self._assets=}")
115114
# self._attr_with_asset = MultiAssetProxy._ATTR_WITH_ASSET.get(asset_type, {})
116115
self._attr_with_asset_list = MultiAssetProxy._ATTR_WITH_ASSET_LIST.get(asset_type, {})
117116

0 commit comments

Comments
 (0)