Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Abelson committed Feb 22, 2018
1 parent 75b91a8 commit b11ebb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/node_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ def describe_node(self):
materialization = dbt.utils.get_materialization(self.node)
schema_name = self.node.get('schema')
node_name = self.node.get('alias')

return "{} model {}.{}".format(materialization, schema_name, node_name)

def print_start_line(self):
Expand Down

0 comments on commit b11ebb0

Please sign in to comment.