Commit ac62ce98 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

removed debugging line

parent 1224eae1
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment