diff --git a/src/main.cpp b/src/main.cpp index 46b8163..cd103f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,7 +42,6 @@ void print_help() { void list_plugins() { for (const auto& elem : sc::plugin::all()) { - std::cout << elem.first << " (" << elem.second()->version() << ")\n"; } }