removed not required output to console
This commit is contained in:
parent
c9d95c0c9a
commit
e00bbdaf72
1 changed files with 2 additions and 10 deletions
|
|
@ -101,15 +101,7 @@ void cli::run()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// We have to hide sensitive information on the fly
|
std::cout << "\n";
|
||||||
#ifdef HAVE_EDITLINE
|
|
||||||
if (rl_check_secret(rl_line_buffer))
|
|
||||||
std::cout << " *** secret *** " << "\n";
|
|
||||||
else
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
std::cout << line << "\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
line += char(EOF);
|
line += char(EOF);
|
||||||
fc::variants args = fc::json::variants_from_string(line);
|
fc::variants args = fc::json::variants_from_string(line);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue