From 2da77168358f5d8b3119ced5bf1d2a3b46639e18 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Thu, 10 Aug 2017 15:00:23 +0200
Subject: [PATCH] only print algorithm interface

---
 aintrospection2/src/aintrospection.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aintrospection2/src/aintrospection.cpp b/aintrospection2/src/aintrospection.cpp
index bce717a5c3..9f3200ab0f 100644
--- a/aintrospection2/src/aintrospection.cpp
+++ b/aintrospection2/src/aintrospection.cpp
@@ -81,7 +81,7 @@ int main ( int argc, char * argv[] ) {
 			if ( algorithmInterfaceIter == introspection::Algorithms::getAlgorithmInterfaces ( ).end ( ) )
 				std::cout << "No such algorithm as " << algorithmInterface.getValue ( ) << std::endl;
 			else
-				std::cout << algorithmInterfaceIter->first << "->" << algorithmInterfaceIter->second << std::endl;
+				std::cout << algorithmInterfaceIter->second << std::endl;
 
 		} else if ( algorithmCallbacks.isSet ( ) ) {
 			auto algorithmCallbacksIter = introspection::Algorithms::getAlgorithmCallbacks ( ).find ( algorithmCallbacks.getValue ( ) );
-- 
GitLab