From a6773bad5d2de71b63e013a9f0b297bb393c7bd2 Mon Sep 17 00:00:00 2001 From: Yaser Afshar Date: Tue, 16 Mar 2021 19:40:49 -0500 Subject: [PATCH] remove unnecessary echo --- src/KIM/kim_query.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/KIM/kim_query.cpp b/src/KIM/kim_query.cpp index b344972689..cc4ece4406 100644 --- a/src/KIM/kim_query.cpp +++ b/src/KIM/kim_query.cpp @@ -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