summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/markdown.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 291441f..7dbf434 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -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
{