diff --git a/examples/example_integration.cpp b/examples/example_integration.cpp index e64e372..00c9dd1 100644 --- a/examples/example_integration.cpp +++ b/examples/example_integration.cpp @@ -52,7 +52,6 @@ int main() { if(_appKey.compare("YOUR_APP_KEY") == 0 || _serverUrl.compare("https://your.server.ly") == 0){ cerr << "Please do not use default set of app key and server url" << endl; - return 0; } ct.start(_appKey, _serverUrl, 443, true);