Skip to content

Commit

Permalink
Remove the debug print message
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Feb 4, 2022
1 parent 0799b53 commit 0010015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rustplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

__name__ = "rustplus"
__author__ = "olijefferson"
__version__ = "5.2.3"
__version__ = "5.2.4"
__support__ = "Discord: https://discord.gg/nQqJe8qvP8"
1 change: 0 additions & 1 deletion rustplus/api/rust_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ async def get_map(self, add_icons: bool = False, add_events: bool = False, add_v
if add_events:
if marker.type == 2 or marker.type == 4 or marker.type == 5 or marker.type == 6 or marker.type == 8:
icon = convert_marker(str(marker.type), marker.rotation)
print(marker.type)
if marker.type == 8:
icon.show()
if marker.type == 6:
Expand Down

0 comments on commit 0010015

Please sign in to comment.