Skip to content

Commit 29f89d7

Browse files
author
Tom Reitz
committed
remove prints statements
1 parent 0e03ef0 commit 29f89d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lightbeam/delete.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ async def do_deletes(self, endpoint):
8484
# (so we can search for matching records in the API)
8585
payload = json.loads(data)
8686
params = util.interpolate_params(params_structure, payload)
87-
print(params)
8887

8988
# check if we've posted this data before
9089
data_hash = hashlog.get_hash(data)

0 commit comments

Comments
 (0)