From 6e3347b5bf2deaaa3a778efebbe65a97db886743 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 15 Feb 2018 15:49:23 +0100 Subject: [PATCH] Remove debug output in ApiUserCommand::Run --- lib/cli/apiusercommand.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli/apiusercommand.cpp b/lib/cli/apiusercommand.cpp index fc1ae6bc3..6eb5c3bf3 100644 --- a/lib/cli/apiusercommand.cpp +++ b/lib/cli/apiusercommand.cpp @@ -71,7 +71,6 @@ int ApiUserCommand::Run(const boost::program_options::variables_map& vm, const s passwd = vm["passwd"].as(); salt = vm.count("salt") ? String(vm["salt"].as()) : RandomString(8); - std::cout << salt << '\n'; if (salt.FindFirstOf('$') != String::NPos) { Log(LogCritical, "cli", "Salt (--salt) may not contain '$'"); return 1; -- 2.40.0