diff options
Diffstat (limited to 'src/LexHTML.cxx')
-rw-r--r-- | src/LexHTML.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index fa88ab6ac..ae2de8ff2 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -25,7 +25,7 @@ static int segIsScriptingIndicator(StylingContext &styler, unsigned int start, u s[i] = tolower(styler[start + i]); s[i + 1] = '\0'; } -Platform::DebugPrintf("Scripting indicator [%s]\n", s); +//Platform::DebugPrintf("Scripting indicator [%s]\n", s); if (strstr(s, "vbs")) return eScriptVBS; if (strstr(s, "pyth")) |