Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomm19 committed Dec 2, 2023
1 parent 166c4d1 commit fedbde2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions breathecode/services/google_cloud/big_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def group_by(self, *name):

def aggregate(self, *args):
sql = self.sql(args)
print(sql)

params, kwparams = self.get_params()

Expand All @@ -63,7 +62,6 @@ def aggregate(self, *args):

def build(self):
sql = self.sql()
print(sql)

params, kwparams = self.get_params()

Expand Down

0 comments on commit fedbde2

Please sign in to comment.