Skip to content

Commit 056d6de

Browse files
committed
Remove === LOADED ===
1 parent dd3ef08 commit 056d6de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wheatley/main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ def server_main(override_args: Optional[List[str]], stop_on_join_tower: bool) ->
202202
with tower:
203203
tower.wait_loaded()
204204

205-
print("=== LOADED ===")
206-
207205
if args.look_to_time is not None:
208206
bot.look_to_has_been_called(args.look_to_time)
209207

@@ -425,8 +423,6 @@ def console_main(override_args: Optional[List[str]], stop_on_join_tower: bool) -
425423
with tower:
426424
tower.wait_loaded()
427425

428-
print("=== LOADED ===")
429-
430426
if not stop_on_join_tower:
431427
bot.main_loop()
432428

0 commit comments

Comments
 (0)