From 894624fc2dcd1adc9121b17e7ccc23cb3836ec4a Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Wed, 10 Feb 2016 13:47:25 +0100 Subject: [PATCH] Remove the "Using python impl of Protobuf" warning message Since we now have c++ bindings this has become irrelevant. Contributes to CURA-434 --- cura/CuraApplication.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 996e621c7a..9dba5f6335 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -150,9 +150,6 @@ class CuraApplication(QtApplication): parser.add_argument("--debug", dest="debug-mode", action="store_true", default=False, help="Enable detailed crash reports.") def run(self): - if "PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION" not in os.environ or os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] != "cpp": - Logger.log("w", "Using Python implementation of Protobuf, expect bad performance!") - self._i18n_catalog = i18nCatalog("cura"); i18nCatalog.setTagReplacements({