rework app tutorial step 2

This commit is contained in:
Peter Thorson
2014-02-07 07:26:00 -06:00
parent acedd4db49
commit 9401cf00ce
2 changed files with 6 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ typedef websocketpp::client<websocketpp::config::asio_client> client;
int main() {
bool done = false;
std::string input;
websocket_endpoint endpoint;
while (!done) {
std::cout << "Enter Command: ";