From cd60d3ab01424acac600137e333181c66b48cfa0 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 28 Nov 2023 19:44:22 -0800 Subject: [PATCH] removed debugger --- pinxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinxi b/pinxi index 8f9a8d7..04fb9c0 100755 --- a/pinxi +++ b/pinxi @@ -30863,7 +30863,7 @@ sub get_display_manager { # for dm.pid type file or dm directory names, like greetd-684.sock @glob = globber($pattern); } - print Data::Dumper::Dumper \@glob; + # print Data::Dumper::Dumper \@glob; # used to test for .pid/lock type file or directory, now just see if the # search name exists in run and call it good since test would always be true # if directory existed previously anyway.