mirror of
https://github.com/smxi/inxi.git
synced 2025-04-21 00:59:12 +00:00
removed debugger
This commit is contained in:
parent
4a1a0b2eeb
commit
a09968f120
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -14700,7 +14700,7 @@ sub get_usb_path {
|
||||||
if (-e $working && (main::reader($working))[0] eq $vendor &&
|
if (-e $working && (main::reader($working))[0] eq $vendor &&
|
||||||
-e $working2 && (main::reader($working2))[0] eq $chip){
|
-e $working2 && (main::reader($working2))[0] eq $chip){
|
||||||
$path = $_;
|
$path = $_;
|
||||||
print "$_\n";
|
#print "$_\n";
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue