Skip to content

Commit 6a256a3

Browse files
committed
Update pysimplesql.py
1 parent 454a766 commit 6a256a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pysimplesql/pysimplesql.py

-1
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,6 @@ def set_by_pk(
13711371
:param omit_elements: (optional) A list of elements to omit from updating
13721372
:returns: None
13731373
"""
1374-
print(f"Setting pk to {pk}")
13751374
logger.debug(f"Setting table {self.table} record by primary key {pk}")
13761375
if omit_elements is None:
13771376
omit_elements = []

0 commit comments

Comments
 (0)