mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove debug statement.
This commit is contained in:
parent
2380957682
commit
9c568c68aa
@ -31,7 +31,6 @@ class JSObject(ObjectDescription):
|
||||
display_prefix = None
|
||||
|
||||
def handle_signature(self, sig, signode):
|
||||
import pdb; pdb.set_trace()
|
||||
sig = sig.strip()
|
||||
if '(' in sig and sig[-1:] == ')':
|
||||
prefix, arglist = sig.split('(', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user