Skip to content

Commit

Permalink
suppresses #4166
Browse files Browse the repository at this point in the history
  • Loading branch information
zeffii authored Jun 13, 2021
1 parent 70701ad commit f3b5d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def get_bpy_data_from_name(self, identifier, bpy_data_kind): # todo, method whi
"""
if not identifier:
# this can happen if a json import goes through attributes arbitrarily.
self.info("no identifier passed to the get_bpy_data_from_name function.")
# self.info("no identifier passed to the get_bpy_data_from_name function.")
return None

try:
Expand Down

0 comments on commit f3b5d1e

Please sign in to comment.