Skip to content

Commit b1cd1b9

Browse files
committed
style: removed debugging global
1 parent 4963be8 commit b1cd1b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cls/TestCoverage/Data/CodeUnit.cls

-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ Method UpdatePythonLines(pName As %String, ByRef pPyCodeUnit) As %Status
271271
while resultSet.%Next(.tSC) {
272272
$$$ThrowOnError(tSC)
273273
Set hToLine = resultSet.%GetData(1)
274-
set ^IRIS.TempCG($i(^IRIS.TempCG)) = hToLine
275274
do ..LineIsPython.SetAt(1, hToLine)
276275
}
277276
If (resultSet.%SQLCODE < 0) {

0 commit comments

Comments
 (0)