mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
18 lines
393 B
XML
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>
|