remove unnecessary echo

This commit is contained in:
Yaser Afshar
2021-03-16 19:40:49 -05:00
parent 0e8f64251e
commit a6773bad5d

View File

@ -223,8 +223,6 @@ void KimQuery::command(int narg, char **arg)
if (available.empty())
error->all(FLERR,
fmt::format("There is no OpenKIM model installed on the system"));
input->write_echo(
fmt::format("# Installed OpenKIM models: {}\n\n", available));
// replace results with available
strcpy(value, available.c_str()); // available guaranteed to fit