Cleanup OpenStackOperations
[integration/test.git] / csit / libraries / DevstackUtils.robot
index 5609cf68f139313546943ad88216ee65f61939a4..fd595c9dd599812b02e0d75fc769cb2ec892d561 100644 (file)
@@ -173,7 +173,6 @@ Devstack Suite Setup
 Write Commands Until Prompt
     [Arguments]    ${cmd}    ${timeout}=${default_devstack_prompt_timeout}
     [Documentation]    quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable
-    Log    ${cmd}
     SSHLibrary.Set Client Configuration    timeout=${timeout}
     SSHLibrary.Read
     SSHLibrary.Write    ${cmd};echo Command Returns $?