Remove ls which is innacurate since we never clean up the logs (#4392)

automerge
This commit is contained in:
sakridge 2019-05-22 13:11:20 -07:00 committed by Grimes
parent 1d7a758c97
commit 90e73515ed
1 changed files with 1 additions and 2 deletions

View File

@ -562,8 +562,7 @@ start() {
echo "Bootstrap leader deployment took $bootstrapNodeDeployTime seconds"
echo "Additional fullnode deployment (${#fullnodeIpList[@]} full nodes, ${#blockstreamerIpList[@]} blockstreamer nodes) took $additionalNodeDeployTime seconds"
echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"
echo "Network start logs in $netLogDir:"
ls -l "$netLogDir"
echo "Network start logs in $netLogDir"
}