mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-20 16:37:53 +00:00
rm debug info
This commit is contained in:
@ -94,9 +94,9 @@ void Server::Init(int port) {
|
|||||||
res.set_content(buffer.GetString(), "application/json");
|
res.set_content(buffer.GetString(), "application/json");
|
||||||
});
|
});
|
||||||
|
|
||||||
bool ret = svr.listen("0.0.0.0", port); // crach here
|
bool ret = svr.listen("0.0.0.0", port);
|
||||||
}
|
}
|
||||||
catch(std::exception &e) {
|
catch(std::exception &e) {
|
||||||
printf("Server init failed: %s\n", e.what());
|
printf("Server init failed: %s\n", e.what());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user