Console: returned stdin check to constructor

This commit is contained in:
SChernykh
2023-04-20 10:59:32 +02:00
parent 21f827112d
commit 44d2005ab1
3 changed files with 2 additions and 5 deletions

View File

@@ -32,8 +32,6 @@ static constexpr char log_file_name[] = "p2pool.log";
namespace p2pool {
const uv_handle_type stdin_type = uv_guess_handle(0);
namespace log {
int GLOBAL_LOG_LEVEL = 3;