Skip to content

Commit 373a9f3

Browse files
committed
refactor: Remove placeholders
1 parent 08f89e1 commit 373a9f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

megalist_dataflow/uploaders/google_ads/customer_match/abstract_uploader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ def process(self, batch: Batch, **kwargs) -> None:
126126
utils.safe_call_api(self.call_api, logging, user_list_service, [mutate_members_operation])
127127

128128
def call_api(self, service, operations):
129-
r = service.mutateMembers(operations)
130-
print(f'\n\n{r}\n\n')
129+
service.mutateMembers(operations)
131130

132131
def get_filtered_rows(self, rows: List[Any],
133132
keys: List[str]) -> List[Dict[str, Any]]:

0 commit comments

Comments
 (0)