mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
rm debug info
This commit is contained in:
parent
72110c1726
commit
0328134d86
@ -94,9 +94,9 @@ void Server::Init(int port) {
|
||||
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) {
|
||||
printf("Server init failed: %s\n", e.what());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user