diff --git a/breathecode/services/google_cloud/big_query.py b/breathecode/services/google_cloud/big_query.py index 0cddd47d1..07372cf85 100644 --- a/breathecode/services/google_cloud/big_query.py +++ b/breathecode/services/google_cloud/big_query.py @@ -53,7 +53,6 @@ def group_by(self, *name): def aggregate(self, *args): sql = self.sql(args) - print(sql) params, kwparams = self.get_params() @@ -63,7 +62,6 @@ def aggregate(self, *args): def build(self): sql = self.sql() - print(sql) params, kwparams = self.get_params()