From af722ce4427d8bbf5855aeffc30716536b409fe1 Mon Sep 17 00:00:00 2001 From: Bartek Skorupa <bartekskorupa@bartekskorupa.com> Date: Fri, 10 May 2013 18:06:14 +0000 Subject: [PATCH] Cleaning: Remove not needed 'print' command --- node_efficiency_tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/node_efficiency_tools.py b/node_efficiency_tools.py index fb0da31aa..eb227cc9f 100644 --- a/node_efficiency_tools.py +++ b/node_efficiency_tools.py @@ -1135,7 +1135,6 @@ class LinkToOutputNode(Operator, NodeToolBase): if not output_node: bpy.ops.node.select_all(action="DESELECT") type = context.space_data.tree_type - print(type) if type == 'ShaderNodeTree': output_node = nodes.new('ShaderNodeOutputMaterial') elif type == 'CompositorNodeTree': -- GitLab