mirror of
https://github.com/smxi/inxi.git
synced 2025-04-09 03:09:14 +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 &&
|
||||
-e $working2 && (main::reader($working2))[0] eq $chip){
|
||||
$path = $_;
|
||||
print "$_\n";
|
||||
#print "$_\n";
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue