Skip to content

Commit

Permalink
[WASimUI] Remove stray debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaperno committed Jul 4, 2022
1 parent e9c4417 commit 4a8d254
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/WASimUI/WASimUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1130,14 +1130,6 @@ WASimUI::WASimUI(QWidget *parent) :
//QMenu *menu = ui.menuBar->addMenu(tr("Menu"));
//menu->addActions(this->actions());

qDebug() << geometry() << ui.dwLog->geometry() << ui.dwRequests->geometry() << ui.dwEventsList->geometry();

// set up default window geometry.. because automatic isn't good enough!
//resize(1130, 940);
//ui.dwLog->resize(ui.dwLog->width(), 260);
//ui.dwEventsList->resize(340, ui.dwEventsList->height());
//qDebug() << geometry() << ui.dwLog->geometry() << ui.dwRequests->geometry() << ui.dwEventsList->geometry();

// show window
show();
// set up default window geometry.. because automatic isn't good enough
Expand All @@ -1146,8 +1138,6 @@ WASimUI::WASimUI(QWidget *parent) :
// now restore any saved settings
d->readSettings();
styleAct->setChecked(Utils::isDarkStyle());

qDebug() << geometry() << ui.dwLog->geometry() << ui.dwRequests->geometry() << ui.dwEventsList->geometry();
}

void WASimUI::onClientEvent(const ClientEvent &ev)
Expand Down

0 comments on commit 4a8d254

Please sign in to comment.