Skip to content

Commit

Permalink
Удален лишний вывод в консоль
Browse files Browse the repository at this point in the history
  • Loading branch information
khromenokroman committed Aug 13, 2024
1 parent 4c6105a commit 1d383d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int main() {
std::string ip_srv = server_selection();
uint32_t port = port_selection();

::fmt::print("Server: {}\nPort: {}\n", ip_srv, port);
/*::fmt::print("Server: {}\nPort: {}\n", ip_srv, port);*/
check_if_not_root();
radio::client::Client client(ip_srv, port, LIST_RADIO);
client.send_message();
Expand Down

0 comments on commit 1d383d4

Please sign in to comment.