From bb6785d468ffb1de2cbf6d269780994b93ce82a1 Mon Sep 17 00:00:00 2001
From: Bernhard Tittelbach <bernhard@tittelbach.org>
Date: Tue, 26 Mar 2019 13:51:30 +0100
Subject: [PATCH] mute

---
 cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp
index 0dac6e2..f8ccfeb 100644
--- a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp
+++ b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp
@@ -334,7 +334,7 @@ int main (int argc, char *argv[])
         {
             // if no argument was given try to open the first connected camera
             royale::Vector<royale::String> camlist (manager.getConnectedCameraList());
-            cout << "Detected " << camlist.size() << " camera(s)." << endl;
+            //cout << "Detected " << camlist.size() << " camera(s)." << endl;
 
             if (!camlist.empty())
             {
-- 
1.7.10.4