Skip to content

Commit 630b61e

Browse files
committed
Remove debug text
1 parent 4c66a0b commit 630b61e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

worlds/smw/Client.py

-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ async def game_watcher(self, ctx):
458458
ctx.current_sublevel_value = current_sublevel_value
459459

460460
# Send level id data to tracker
461-
print("Sending Msg ", f"smw_curlevelid_{ctx.team}_{ctx.slot}")
462461
await ctx.send_msgs(
463462
[
464463
{

worlds/smw/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def create_regions(self):
161161
extra_egg_count = total_egg_count - self.required_egg_count
162162
removed_egg_count = math.floor(extra_egg_count * (self.options.junk_fill_percentage.value / 100.0))
163163
self.actual_egg_count = total_egg_count - removed_egg_count
164-
print(self.required_egg_count, " / ", self.actual_egg_count)
165164

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

0 commit comments

Comments
 (0)