mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
clean up
This commit is contained in:
@@ -62,14 +62,8 @@ int main() {
|
||||
|
||||
|
||||
char a;
|
||||
|
||||
std::string temp;
|
||||
while(std::cin.get(a)) {
|
||||
con->readsome(&a,1);
|
||||
std::cout << a;
|
||||
std::cout.flush();
|
||||
s.get_alog().write(websocketpp::log::alevel::app,
|
||||
"Got input bytes: "+std::string(&a,1));
|
||||
}
|
||||
|
||||
/*char buf[512];
|
||||
|
||||
Reference in New Issue
Block a user