Skip to content

Commit f28c2cc

Browse files
committed
Fix #710: Remove failing DEBUG statements
1 parent 30e7296 commit f28c2cc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

StartupSession/Link/Watcher.apln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@
8686

8787
BUFFER←(≢evts←BUFFER)↓BUFFER
8888
→(0=≢evts)⍴0 ⍝ During QA, the queue may be empty
89-
:If ##.DEBUG
90-
⎕←' '
91-
⎕←'EventQueue original:'
92-
⎕←((⍳≢evts),0 1↓↑evts)
93-
:EndIf
9489
fsw←⊃⊃evts ⍝ There may be multiple FSW objects but it does not impact Notify
9590
(actions targets)←2↑↓⍉↑2⊃¨evts
9691

@@ -126,11 +121,6 @@
126121
⍝ renames, then deletes, then created-or-changed
127122
todo←renames,fsw,∘⊂¨↓ops,⍪tgts[order]
128123

129-
:If ##.DEBUG
130-
⎕←'==> "todo" :'
131-
⎕←((⍳≢todo),0 1↓↑todo)
132-
:EndIf
133-
134124
:If 0≠≢todo
135125
{##.Notify/↑⍵}todo
136126
:EndIf

0 commit comments

Comments
 (0)