aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/baldursgate3/bg3_file_mapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/basic_games/games/baldursgate3/bg3_file_mapper.py')
-rw-r--r--libs/basic_games/games/baldursgate3/bg3_file_mapper.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/basic_games/games/baldursgate3/bg3_file_mapper.py b/libs/basic_games/games/baldursgate3/bg3_file_mapper.py
index e2c54e9..cb6dd21 100644
--- a/libs/basic_games/games/baldursgate3/bg3_file_mapper.py
+++ b/libs/basic_games/games/baldursgate3/bg3_file_mapper.py
@@ -4,7 +4,7 @@ import platform
from pathlib import Path
from typing import Callable, Optional
-from PyQt6.QtCore import QDir, QLoggingCategory, qDebug, qInfo, qWarning
+from PyQt6.QtCore import QDir, qDebug, qInfo, qWarning
from PyQt6.QtWidgets import QApplication
import mobase
@@ -71,11 +71,6 @@ class BG3FileMapper(mobase.IPluginFileMapper):
progress.setValue(len(active_mods) + 1)
QApplication.processEvents()
progress.close()
- cat = QLoggingCategory.defaultCategory()
- if cat is not None and cat.isDebugEnabled():
- qDebug(
- f"resolved mappings: { {m.source: m.destination for m in self.current_mappings} }"
- )
return self.current_mappings
def map_files(