diff --git a/pytest_gui_status/status_gui/gui_frontend.py b/pytest_gui_status/status_gui/gui_frontend.py index 019cb2a..add12fa 100644 --- a/pytest_gui_status/status_gui/gui_frontend.py +++ b/pytest_gui_status/status_gui/gui_frontend.py @@ -23,7 +23,6 @@ def main(): screen_topright = screen_geo.topRight() app.x_pos = (screen_topright.x() - 20) - app.width app.y_pos = (screen_topright.y() + 20) - # import pdb;pdb.set_trace() # GUI configarg BASE_DIR = os.path.abspath(os.path.dirname(__file__))