Skip to content

Commit 02b583c

Browse files
committed
Remove debug print
Signed-off-by: Walter BONETTI <walter.bonetti@rmds.ca>
1 parent 1b2d5e4 commit 02b583c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/paho/mqtt/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def _subject_alt_name_string(cert: X509) -> list:
5858
san_entries = ext.__str__().split(', ')
5959
for entry in san_entries:
6060
key, value = entry.split(':', 1)
61-
print(f"key {key}: value {value}")
6261
san.append((key.strip(), value.strip()))
6362
return san
6463

0 commit comments

Comments
 (0)