[bin/windows] Remove title (#21567)

This commit is contained in:
Jonathan Budzenski 2018-08-03 06:53:54 -05:00 committed by GitHub
parent d380b480c7
commit 9760923f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ If Not Exist "%NODE%" (
Exit /B 1
)
TITLE Kibana Server
"%NODE%" %NODE_OPTIONS% --no-warnings "%DIR%\src\cli" %*
:finally