mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Clean up start-up logging.
Most of this wasn't helpful. What was is now logging instead of print so it can be configured.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import logging
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
|
||||
from PySide2.QtCore import Qt
|
||||
@@ -74,7 +75,7 @@ class QLiberationMap(QGraphicsView):
|
||||
|
||||
def setGame(self, game: Optional[Game]):
|
||||
self.game = game
|
||||
print("Reloading Map Canvas")
|
||||
logging.debug("Reloading Map Canvas")
|
||||
if self.game is not None:
|
||||
self.reload_scene()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user