We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2c28f commit 34cd19aCopy full SHA for 34cd19a
src/szio/gta5/assets.py
@@ -111,7 +111,6 @@ def __init__(self, assets: Sequence[Asset]):
111
raise ValueError("All assets must be of the same type!")
112
113
self._assets = assets
114
- print(f"{self._assets=}")
115
# self._attr_with_asset = MultiAssetProxy._ATTR_WITH_ASSET.get(asset_type, {})
116
self._attr_with_asset_list = MultiAssetProxy._ATTR_WITH_ASSET_LIST.get(asset_type, {})
117
0 commit comments