Removed unused <iostream>

This commit is contained in:
SChernykh
2023-04-05 14:47:44 +02:00
parent f6cc7abac9
commit 2d76846d3c
3 changed files with 2 additions and 3 deletions

View File

@@ -25,7 +25,6 @@
#include "miner.h"
#endif
#include "side_chain.h"
#include <iostream>
static constexpr char log_category_prefix[] = "ConsoleCommands ";