BlenderKit: remove accidentally commited call of experimental function

This commit is contained in:
Vilém Duha 2020-01-06 14:47:35 +01:00
parent 1de6eef1ec
commit 9b03ef289b
1 changed files with 0 additions and 1 deletions

View File

@ -1110,7 +1110,6 @@ def search_update(self, context):
utils.p('search updater')
#if self.search_keywords != '':
search()
kp.semi()
class SearchOperator(Operator):