Skip to content

Commit

Permalink
Merge pull request #38 from kubeflow/avolkov/Removed-debug-print
Browse files Browse the repository at this point in the history
Components - Removed debug print
  • Loading branch information
qimingj authored Nov 5, 2018
2 parents 414a5af + 6f43868 commit a246ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/kfp/components/_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def expand_command_part(arg): #input values with original names
expanded_result = [expand_command_part(arg1) for arg1 in result_node]
else:
expanded_result = expand_command_part(result_node)
print(expanded_result)
return expanded_result

elif func_name == 'ispresent':
Expand Down

0 comments on commit a246ccd

Please sign in to comment.