Working C++ IoTSlave for both IoTSet and IoTRelation; threading works for C++ LifxLig...
[iot2.git] / benchmarks / Cpp / Lifxtest / LightBulbTest_Stub.cpp
index 18fb7806f916c9e07de010bbf5ecd098d038b6f0..02e450bf056c8f0da04f8bce2d44ecceb71fce98 100644 (file)
@@ -31,14 +31,14 @@ int main(int argc, char *argv[])
        int rev = 0;
        bool result = false;
        LightBulbTest_Stub *lbs = new LightBulbTest_Stub(stubPort, skeletonAddress, callbackAddress, rev, &result, ports);
-       cout << "Successfully instantiated stub!" << endl;
+       //cout << "Successfully instantiated stub!" << endl;
        lbs->init();
        for (int i = 0; i < 100; i++) {
                lbs->turnOff();
-               cout << "Turning off!" << endl;
+               //cout << "Turning off!" << endl;
                this_thread::sleep_for (chrono::milliseconds(1000));
                lbs->turnOn();
-               cout << "Turning on!" << endl;
+               //cout << "Turning on!" << endl;
                this_thread::sleep_for (chrono::milliseconds(1000));
        }