Skip to content

Commit

Permalink
Source Google Analytics v4: remove print stmt (airbytehq#27411)
Browse files Browse the repository at this point in the history
* remove unuseful print stmt

* remove unuseful print stmt
  • Loading branch information
marcosmarxm authored Aug 9, 2023
1 parent 7bd02f2 commit 128808a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def check_field_reference_forrmat(cls, value):
def check_segment_included_in_dimension(cls, values):
dimensions = values.get("dimensions")
segments = values.get("segments")
print(segments, dimensions)
if segments and "ga:segment" not in dimensions:
raise ValueError(ERROR_MSG_MISSING_SEGMENT_DIMENSION)
return values
Expand Down

0 comments on commit 128808a

Please sign in to comment.