mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
remove a debug print
This commit is contained in:
@@ -798,7 +798,6 @@ def _recombine_sets(tokens):
|
||||
def takewhile_set(tokens):
|
||||
open_braces = 0
|
||||
previous_token = None
|
||||
print("combining set:", tokens)
|
||||
while True:
|
||||
try:
|
||||
token = tokens.popleft()
|
||||
|
Reference in New Issue
Block a user