From 1e09e1fa9ab053d793010f6e8cedbbca75076edf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 24 Mar 2025 22:36:15 +0200 Subject: more on this --- internal/eventloop.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/eventloop.go') diff --git a/internal/eventloop.go b/internal/eventloop.go index 18f02c4..5947cb1 100644 --- a/internal/eventloop.go +++ b/internal/eventloop.go @@ -266,9 +266,6 @@ func (e *eventLoop) syscallExit(exitEv event.Event, ch chan<- *event.Pair) { if !ok { panic("expected a file.FdFile") } - if fdFile.Flags == -1 { - fmt.Println("DEBUG flags is -1", fdFile) - } // See fcntl(2) for implementation details switch v.Cmd { -- cgit v1.2.3