From da7c336dc233ae59ce7bf6640da0b3b4427d7921 Mon Sep 17 00:00:00 2001 From: pankdm Date: Tue, 1 Oct 2013 14:49:31 +0000 Subject: [PATCH] Removed debug code that was added by mistake --- projects/mtg/src/TestSuiteAI.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index 1f9c97efa..47237923b 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -552,10 +552,6 @@ int TestSuite::loadNext() return loadNext(); } - mProcessing = true; - ThreadProc(this); - return 0; - if(!mProcessing) { // "I don't like to wait" mode mProcessing = true;