1
0
Fork 0
forked from lthn/blockchain

removed message box on command line arg

This commit is contained in:
cryptozoidberg 2022-02-14 18:43:23 +03:00
parent c7604f7c2a
commit 42e70b134a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -852,12 +852,6 @@ bool MainWindow::handle_deeplink_params_in_commandline()
bool MainWindow::init_backend(int argc, char* argv[])
{
if (argc > 1)
{
std::string msg = "Command_line 1: ";
msg += argv[1];
message_box(msg.c_str());
}
TRY_ENTRY();
std::string command_line_fail_details;