remove result formater

Formater is buggy as hell, lets move back to simple & always working
echo.

Change-Id: Ica12aa345b5d83d183c4df3a0563088c03793263
diff --git a/src/com/mirantis/mk/Salt.groovy b/src/com/mirantis/mk/Salt.groovy
index 09b15a5..021a3e5 100644
--- a/src/com/mirantis/mk/Salt.groovy
+++ b/src/com/mirantis/mk/Salt.groovy
@@ -151,7 +151,6 @@
         result = runSaltCommand(master, 'local', ['expression': tgt, 'type': 'compound'], fun, batch, arg)
     }
     echo("${result}")
-    printSaltCommandResult(result, false)
 }
 
 /**