Browse Source

AMBARI-6065. Extra string op_lvl in the command description (dlysnichenko)

Lisnichenko Dmitro 11 years ago
parent
commit
726f5de9d5

+ 0 - 5
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java

@@ -197,11 +197,6 @@ public class AmbariCustomCommandExecutionHelper {
       sb.append(resourceFilter.getComponentName());
       sb.append(resourceFilter.getComponentName());
     }
     }
 
 
-    RequestOperationLevel level = actionRequest.getOperationLevel();
-    if (level != null) {
-      sb.append("op_lvl: " + level.getLevel().toString());
-    }
-
     return sb.toString();
     return sb.toString();
   }
   }