removed debugging line

This commit is contained in:
Max-Wilhelm Bruker 2012-03-25 17:07:26 +02:00
parent 1224eae1c0
commit ac62ce9839

View file

@ -327,7 +327,6 @@ void TabGame::actConcede()
if (QMessageBox::question(this, tr("Concede"), tr("Are you sure you want to concede this game?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::No) != QMessageBox::Yes)
return;
sleep(5);
sendGameCommand(new Command_Concede);
}