From 3f65380c20f8789738ef8bd5ebc78a1a246f304b Mon Sep 17 00:00:00 2001 From: Markus Jellitsch Date: Fri, 3 Apr 2026 23:19:43 +0200 Subject: [PATCH] remove comment --- bumble/smp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bumble/smp.py b/bumble/smp.py index e722b1f..bee616f 100644 --- a/bumble/smp.py +++ b/bumble/smp.py @@ -197,8 +197,6 @@ SMP_DEBUG_KEY_PUBLIC_Y= bytes.fromhex( # Utils # ----------------------------------------------------------------------------- -# Test DH with test vectors from the spec - # ----------------------------------------------------------------------------- # Classes