From 19966a4e1db1c1820511b2633a133cf0916c6e0f Mon Sep 17 00:00:00 2001 From: spinerak Date: Tue, 23 Jul 2024 19:18:11 +0200 Subject: [PATCH] Removed printing options --- worlds/yachtdice/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/yachtdice/__init__.py b/worlds/yachtdice/__init__.py index 6e68ed628d..c36c59544f 100644 --- a/worlds/yachtdice/__init__.py +++ b/worlds/yachtdice/__init__.py @@ -68,7 +68,6 @@ class YachtDiceWorld(World): } def generate_early(self): - print(self.options) """ In generate early, we fill the item-pool, then determine the number of locations, and add filler items. """