Remove default debug enable (#8195)

This commit is contained in:
Sriharsha Chintalapani 2022-10-18 23:09:14 -07:00 committed by GitHub
parent 8f98b2c8b8
commit 4a691da386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,6 @@ else
JAVA="$JAVA_HOME/bin/java"
fi
OPENMETADATA_DEBUG="true"
# Set Debug options if enabled
if [ "x$OPENMETADATA_DEBUG" != "x" ]; then