aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cryptography-docs.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-31 15:18:34 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-31 15:18:34 -0800
commit09aa74635f54ace5480a6d502b0da92651f516b6 (patch)
tree848b9012c65316c45d924f03c3d82a0f03f541bf /docs/cryptography-docs.py
parent681fca8f43f9cbed97ce2df0b871447953c7edda (diff)
downloadcryptography-09aa74635f54ace5480a6d502b0da92651f516b6.tar.gz
cryptography-09aa74635f54ace5480a6d502b0da92651f516b6.tar.bz2
cryptography-09aa74635f54ace5480a6d502b0da92651f516b6.zip
Remove this one weird debugger
Diffstat (limited to 'docs/cryptography-docs.py')
-rw-r--r--docs/cryptography-docs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py
index f27a8467..0252d693 100644
--- a/docs/cryptography-docs.py
+++ b/docs/cryptography-docs.py
@@ -23,9 +23,6 @@ class HazmatDirective(Directive):
if self.content:
message += DANGER_ALTERNATE.format(alternate=self.content[0])
- import pdb
- pdb.set_trace()
-
ad = make_admonition(
Hazmat,
self.name,