Skip to content

Commit

Permalink
Remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone committed Feb 11, 2024
1 parent 4c66a0b commit 630b61e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion worlds/smw/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ async def game_watcher(self, ctx):
ctx.current_sublevel_value = current_sublevel_value

# Send level id data to tracker
print("Sending Msg ", f"smw_curlevelid_{ctx.team}_{ctx.slot}")
await ctx.send_msgs(
[
{
Expand Down
1 change: 0 additions & 1 deletion worlds/smw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def create_regions(self):
extra_egg_count = total_egg_count - self.required_egg_count
removed_egg_count = math.floor(extra_egg_count * (self.options.junk_fill_percentage.value / 100.0))
self.actual_egg_count = total_egg_count - removed_egg_count
print(self.required_egg_count, " / ", self.actual_egg_count)

itempool += [self.create_item(ItemName.yoshi_egg) for _ in range(self.actual_egg_count)]

Expand Down

0 comments on commit 630b61e

Please sign in to comment.