Skip to content

Commit bb40b36

Browse files
committed
issue doxygen#11948 Support for Python v3.13's New Generic Syntax
Removing left over debug statement
1 parent 10ffbb7 commit bb40b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyscanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ static void newVariable(yyscan_t yyscanner)
19781978
static void newTypeAlias(yyscan_t yyscanner)
19791979
{
19801980
struct yyguts_t *yyg = (struct yyguts_t*)yyscanner;
1981-
printf("*** newTypeAlias %s\n",qPrint(yyextra->current->name));
1981+
//printf("*** newTypeAlias %s\n",qPrint(yyextra->current->name));
19821982
newEntry(yyscanner);
19831983
}
19841984

0 commit comments

Comments
 (0)