[app] removing logging
This commit is contained in:
parent
1b889312ce
commit
71837dffc9
@ -5,9 +5,6 @@ from PyQt6.QtWidgets import QApplication
|
|||||||
|
|
||||||
from pyrelacs import info
|
from pyrelacs import info
|
||||||
from pyrelacs.ui.mainwindow import PyRelacs
|
from pyrelacs.ui.mainwindow import PyRelacs
|
||||||
from pyrelacs.util.logging import config_logging
|
|
||||||
|
|
||||||
log = config_logging()
|
|
||||||
|
|
||||||
from pyrelacs import (
|
from pyrelacs import (
|
||||||
resources,
|
resources,
|
||||||
@ -28,6 +25,7 @@ def main():
|
|||||||
x = int(settings.value("app/pos_x", 100))
|
x = int(settings.value("app/pos_x", 100))
|
||||||
y = int(settings.value("app/pos_y", 100))
|
y = int(settings.value("app/pos_y", 100))
|
||||||
|
|
||||||
|
# load config
|
||||||
window = PyRelacs()
|
window = PyRelacs()
|
||||||
window.setMinimumWidth(200)
|
window.setMinimumWidth(200)
|
||||||
window.setMinimumHeight(200)
|
window.setMinimumHeight(200)
|
||||||
|
Loading…
Reference in New Issue
Block a user