From f0db83a87818c3330a90b0677df3ed2fc1f91e54 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 5 Sep 2013 17:56:24 +0200 Subject: [PATCH] remove unused option --- VS2012/Installer/serverExample.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/VS2012/Installer/serverExample.bat b/VS2012/Installer/serverExample.bat index fd451d0ba5..cb502910e8 100755 --- a/VS2012/Installer/serverExample.bat +++ b/VS2012/Installer/serverExample.bat @@ -66,7 +66,6 @@ SET CMD= SET CMD=%CMD% --server.endpoint %HTTP_PORT% SET CMD=%CMD% --database.directory %DATABASE_DIR% SET CMD=%CMD% --server.disable-authentication true -SET CMD=%CMD% --server.disable-admin-interface false SET CMD=%CMD% --log.level %LOG_LEVEL% SET CMD=%CMD% --log.severity human SET CMD=%CMD% --javascript.action-directory %ACTION_DIR%