From 3ef612b0327b13dff03bc5a55f31d9cbdfece452 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 12 Jan 2024 14:14:26 +0100 Subject: [PATCH] Removed comment Contribute to CURA-11482 --- recipes/clipper/all/conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/clipper/all/conanfile.py b/recipes/clipper/all/conanfile.py index d975421..dee740f 100644 --- a/recipes/clipper/all/conanfile.py +++ b/recipes/clipper/all/conanfile.py @@ -60,7 +60,6 @@ def build(self): cmake.build() if self.options.get_safe("enable_sentry", False): - # Upload debug symbols to sentry sentry_project = self.conf.get("user.curaengine:sentry_project", "", check_type=str) sentry_org = self.conf.get("user.curaengine:sentry_org", "", check_type=str) if sentry_project == "" or sentry_org == "":