From ac62ce983959dc05ff297d21f2e12b4ef1122ec4 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Sun, 25 Mar 2012 17:07:26 +0200 Subject: [PATCH] removed debugging line --- cockatrice/src/tab_game.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 2065ed44..4040e8f3 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -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); }