소스 검색

dont run test sound effects on startR

Alex Cheema 8 달 전
부모
커밋
89b95e44db
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      extra/dashboard/dashboard.py

+ 0 - 3
extra/dashboard/dashboard.py

@@ -124,9 +124,6 @@ class PackageSizeTracker:
             'size_down': sounds_dir / "pokemon_evolve.mp3"
         }
 
-        # Test all sound effects on startup
-        self.test_sound_effects()
-
     def test_sound_effects(self):
         """Test all sound effects with a small delay between each"""
         self.logger.info("Testing sound effects...")