Wokia-Dev / EzFractal

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
a year agoa year old
Consider removing the commented out code block
104            )
105            if checked_complex_button is not None:
106                if checked_complex_button.name == "btnExplore":
107                    # EZ.destroy_window()108                    self.app.application.run()
109                elif checked_complex_button.name == "btnGithub":
110                    try:
Consider removing the commented out code block
28                         self.application.working_directory + "/Resources/Images/icon.png")
29        EZ.change_cursor(pygame.SYSTEM_CURSOR_ARROW)
30        self.launcher_ui.run()
31        # application.run()32        while True:
33            EZ.update()
34            self.launcher_ui.check_events()
Consider removing the commented out code block
104            )
105            if checked_complex_button is not None:
106                if checked_complex_button.name == "btnExplore":
107                    # EZ.destroy_window()108                    self.app.application.run()
109                elif checked_complex_button.name == "btnGithub":
110                    try: