Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io_blend_utils/blend/blendfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_blend_utils/blend/blendfile.py b/io_blend_utils/blend/blendfile.py
index 5b499591..e14d3831 100644
--- a/io_blend_utils/blend/blendfile.py
+++ b/io_blend_utils/blend/blendfile.py
@@ -26,7 +26,6 @@ import struct
import tempfile
log = logging.getLogger("blendfile")
-log.setLevel(logging.ERROR)
FILE_BUFFER_SIZE = 1024 * 1024