Skip to content

Commit

Permalink
Markdown file as internet link
Browse files Browse the repository at this point in the history
Removed debug statements.
  • Loading branch information
albert-github committed Apr 5, 2019
1 parent 6441903 commit 919b65b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/markdown.cpp
Expand Up @@ -915,8 +915,6 @@ static int processLink(GrowBuf &out,const char *data,int,int size)
{
SrcLangExt lang = getLanguageFromFileName(link);
int lp=-1;
printf("==> %d #%s#\n",isURL(link),link.data());
printf("==> %d \n", ((lp=link.find("@ref "))!=-1 || (lp=link.find("\\ref "))!=-1 || (lang==SrcLangExt_Markdown && !isURL(link))) );
if ((lp=link.find("@ref "))!=-1 || (lp=link.find("\\ref "))!=-1 || (lang==SrcLangExt_Markdown && !isURL(link)))
// assume doxygen symbol link
{
Expand Down

0 comments on commit 919b65b

Please sign in to comment.