summaryrefslogtreecommitdiff
path: root/internal/eventloop.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-24 22:36:15 +0200
committerPaul Buetow <paul@buetow.org>2025-03-24 22:36:15 +0200
commit1e09e1fa9ab053d793010f6e8cedbbca75076edf (patch)
tree1e7e78552620222c5ad4bac364947d21c037522d /internal/eventloop.go
parent91bdec412bf5701c8dfe4b5e1a8ec841a18c004a (diff)
more on this
Diffstat (limited to 'internal/eventloop.go')
-rw-r--r--internal/eventloop.go3
1 files changed, 0 insertions, 3 deletions
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 {