diff --git a/eepget.cpp b/eepget.cpp index 0e4b3d4..17137d8 100644 --- a/eepget.cpp +++ b/eepget.cpp @@ -31,6 +31,5 @@ int main(int argc, char **argv) reply = conn->read(); } - std::cout << std::endl; conn->close(); }