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:
Diffstat (limited to 'blenderkit/search.py')
-rw-r--r--blenderkit/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/blenderkit/search.py b/blenderkit/search.py
index f1230eb7..b681134c 100644
--- a/blenderkit/search.py
+++ b/blenderkit/search.py
@@ -140,7 +140,6 @@ def update_assets_data(): # updates assets data on scene load.
for bkdict in dicts:
d = s.get(bkdict)
- print(d)
if not d:
continue;