ios: disable debug print of probe progress

Change-Id: I867c3f2881fd6882458c92fa84fbc9668ba6a538
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Fawzi Mohamed
2013-10-07 21:28:49 +02:00
committed by Eike Ziller
parent a833ba350a
commit c65c650cc2

View File

@@ -68,7 +68,7 @@
using namespace ProjectExplorer;
using namespace Utils;
static const bool debugProbe = true;
static const bool debugProbe = false;
namespace Ios {
namespace Internal {