remove debug for checkResult

Change-Id: Ifa9eb6fca4021c2b4fabd36ea1a9f3449a5ae9ae
diff --git a/src/com/mirantis/mk/Salt.groovy b/src/com/mirantis/mk/Salt.groovy
index 1cb1da6..b7e62fe 100644
--- a/src/com/mirantis/mk/Salt.groovy
+++ b/src/com/mirantis/mk/Salt.groovy
@@ -185,8 +185,6 @@
         }
         for (node in entry) {
             for (resource in node.value) {
-                print(resource.getClass().getName())
-                print(resource)
                 if (resource instanceof String || (resource instanceof Boolean && resource == false) || (resource instanceof HashMap && resource.value.result.toString().toBoolean() != true)) {
                     throw new Exception("Salt state on node ${node.key} failed: ${node.value}")
                 }