Skip to content

Commit ab68c33

Browse files
committed
Remove debug global and reset device mnemonic routine
1 parent dbc6cd4 commit ab68c33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/cls/IPM/Main.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3922,7 +3922,6 @@ ClassMethod DisplayModules(
39223922
if '$data(pList) {
39233923
quit
39243924
}
3925-
merge ^mtempdc($zhorolog,"pList") = pList
39263925
set pWithNamespace = pWithNamespace || $data(pList("ns"))
39273926
if pWithNamespace {
39283927
set nsWidth = $get(pList("width")) + 2

src/cls/IPM/Utils/Module.cls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,8 @@ ClassMethod EndCaptureOutput(
18941894
} else {
18951895
#; Otherwise switch redirection off
18961896
do $zutil(82,12,0)
1897+
#; Explicitly clear the Device Mnemonic Routine to avoid test isolation issues
1898+
use $io::("")
18971899
}
18981900

18991901
try {

0 commit comments

Comments
 (0)