Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Mar 13, 2022
1 parent b2a018c commit 66d90fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/markdown.cpp
Expand Up @@ -2983,7 +2983,6 @@ QCString Markdown::processQuotations(const QCString &s,int refIndent)
{
pl = "@"+startCmd+"\\ilinebr " + pl + " @"+endCmd;
}
printf("processSpecialCommand(%s)\n",pl.data());
processSpecialCommand(pl.data(),0,pl.length());
};

Expand Down

0 comments on commit 66d90fb

Please sign in to comment.