2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

fhem.pl: debugging removed

git-svn-id: https://svn.fhem.de/fhem/trunk@3676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-08-12 19:13:49 +00:00
parent 1e93bfcbef
commit 13107952be

View File

@ -1529,7 +1529,6 @@ CommandDisplayAttr($$)
my @a = split(" ", $def, 2);
return "Usage: displayattr <name> [<attrname>]\n$namedef" if(@a < 1);
Log 1, "DA: $cl->{NAME}";
my @rets;
my @devspec = devspec2array($a[0]);