Skip to content

Commit

Permalink
Update example_integration.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray authored Jan 26, 2024
1 parent 302400c commit d1a7101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/example_integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d1a7101

Please sign in to comment.