Remove this one weird debugger
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py
index f27a846..0252d69 100644
--- a/docs/cryptography-docs.py
+++ b/docs/cryptography-docs.py
@@ -23,9 +23,6 @@
         if self.content:
             message += DANGER_ALTERNATE.format(alternate=self.content[0])
 
-        import pdb
-        pdb.set_trace()
-
         ad = make_admonition(
             Hazmat,
             self.name,