[minor] small bugfix/removed debug output

This commit is contained in:
Marcel Paffrath 2022-11-04 09:37:15 +01:00
parent cc8c1833f1
commit b0abb22f07
2 changed files with 3 additions and 4 deletions

View File

@ -177,7 +177,6 @@ class MainWindow(QtWidgets.QMainWindow):
An event filter that stores last mouse position if an event is raised by the table. All events are passed
to the parent class of the Mainwindow afterwards.
"""
print(object, event)
if hasattr(event, 'pos'):
self.last_mouse_loc = event.pos()
return super(QtWidgets.QMainWindow, self).eventFilter(object, event)

View File

@ -6,9 +6,9 @@ ulimit -s 8192
#$ -pe smp 1
##$ -q "*@minos15"
export PYTHONPATH="$PYTHONPATH:/home/marcel/git/code_base"
export PYTHONPATH="$PYTHONPATH:/home/marcel/git/"
source /opt/anaconda3/etc/profile.d/conda.sh
conda activate py37
python /home/marcel/git/code_base/station_surveillance_bot/survBotGUI.py
python /home/marcel/git/survBot/survBotGUI.py