Files
codeql/javascript/ql/src/Comments/CommentedOutCodeCommon.inc.qhelp
2021-03-03 15:38:08 +01:00

18 lines
393 B
XML

<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<example>
<p>
In the following example, a <code>console.log</code> method call, perhaps originally used
for debugging, is left in the code, but commented out. It should be removed altogether.
</p>
<sample src="examples/CommentedOutCode.js" />
</example>
<include src="CommentedOutCodeReferences.inc.qhelp" />
</qhelp>