mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
58_RPI_1Wire: removed forgotten debug output
git-svn-id: https://svn.fhem.de/fhem/trunk@28388 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6e1424ac8b
commit
5b3ed37496
@ -180,7 +180,6 @@ sub RPI_1Wire_GetDevices {
|
||||
my ($hash) = @_;
|
||||
Log3 $hash->{NAME}, 3 , $hash->{NAME}.": GetDevices";
|
||||
my @devices;
|
||||
print $ms_path.$hash->{id}."/w1_master_slaves"."\n";
|
||||
if (open(my $fh, "<", $ms_path.$hash->{id}."/w1_master_slaves")) {
|
||||
while (my $device = <$fh>) {
|
||||
chomp $device; #remove \n
|
||||
|
Loading…
Reference in New Issue
Block a user