Skip to content

Commit 990d412

Browse files
committed
Remove debug print
1 parent 6b35863 commit 990d412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cls/TestCoverage/Manager.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ ClassMethod GetCoverageTargetsForFile(pFileName As %String, Output pTargetArray)
468468
Set tExtension = "CLS"
469469
} ElseIf (tExtension = "CLS") {
470470
If (tName [ "*") {
471-
w !, "*CLS",!
472471
// *.CLS is "all classes in the current namespace's default routine database"
473472
// Will ignore system classes unless run in %SYS namespace or "%" is included in the expression
474473
Do ..SearchClasses(tLine,.tNames)

0 commit comments

Comments
 (0)