mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
removed debugger
This commit is contained in:
parent
33a58e0dc0
commit
618efb048f
2
inxi
2
inxi
|
@ -7869,7 +7869,7 @@ sub display_data(){
|
|||
my @xrandr = main::grabber("$program $display_opt 2>/dev/null",'','strip');
|
||||
foreach (@xrandr){
|
||||
my @working = split /\s+/,$_;
|
||||
print join "$_\n";
|
||||
#print join "$_\n";
|
||||
if ($working[1] =~ /\*/){
|
||||
$working[1] =~ s/\*|\+//g;
|
||||
$working[1] = sprintf("%0.0f",$working[1]);
|
||||
|
|
Loading…
Reference in a new issue