Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kumar-saini committed Jun 29, 2023
1 parent c56c8e5 commit bc12932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/query/validation/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def validate(self, query: Query, alias: Optional[str] = None) -> None:
and column.column_name not in self.mapped_columns
):
missing.add(column.column_name)
print(query.get_from_clause().key.value) # type:ignore

if missing:
prefix = ""
if isinstance(entity := query.get_from_clause(), SimpleEntity):
Expand Down

0 comments on commit bc12932

Please sign in to comment.