mirror of
https://github.com/smxi/inxi.git
synced 2025-01-18 16:37:49 +00:00
removed debugger
This commit is contained in:
parent
7d3e5fe61b
commit
cd60d3ab01
2
pinxi
2
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.
|
||||
|
|
Loading…
Reference in a new issue