From 04af203bb4623ba96e7d591bb61ffd8b547bbdc6 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Tue, 17 Mar 2020 13:51:01 +0100 Subject: [PATCH] Revert "Ensure the default Trust violation handler is always called" This debug change should never have been committed. CURA-7016 --- cura/ApplicationMetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/ApplicationMetadata.py b/cura/ApplicationMetadata.py index bcc690bed4..c16051d187 100644 --- a/cura/ApplicationMetadata.py +++ b/cura/ApplicationMetadata.py @@ -7,7 +7,7 @@ DEFAULT_CURA_APP_NAME = "cura" DEFAULT_CURA_DISPLAY_NAME = "Ultimaker Cura" DEFAULT_CURA_VERSION = "master" -DEFAULT_CURA_BUILD_TYPE = "enterprise" +DEFAULT_CURA_BUILD_TYPE = "" DEFAULT_CURA_DEBUG_MODE = False # Each release has a fixed SDK version coupled with it. It doesn't make sense to make it configurable because, for