2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +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:
Adimarantis 2024-01-16 21:41:43 +00:00
parent 6e1424ac8b
commit 5b3ed37496

View File

@ -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