Browse Source

🔇 Remove noisy log

Grégoire Marabout-Demazure 1 năm trước cách đây
mục cha
commit
1dfcf725ab

+ 0 - 1
taipy/core/_orchestrator/_dispatcher/_task_function_wrapper.py

@@ -40,7 +40,6 @@ class _TaskFunctionWrapper:
         try:
             config_as_string = kwargs.pop("config_as_string", None)
             if config_as_string:
-                logger.info("Updating with given config.")
                 Config._applied_config._update(_TomlSerializer()._deserialize(config_as_string))
                 Config.block_update()