FB_CALLLIST: remove unwanted lines/whitespaces

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15801 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2018-01-06 11:40:20 +00:00
parent 4162e3c3ea
commit 687d87f690

View File

@ -141,7 +141,6 @@ sub FB_CALLLIST_Attr($@)
}
elsif($attrib eq "connection-mapping")
{
if($value and $value =~ m/^{.*}$/ )
{
my $table = eval $value;
@ -156,7 +155,6 @@ sub FB_CALLLIST_Attr($@)
}
elsif($attrib eq "icon-mapping")
{
if($value and $value =~ m/^{.*}$/ )
{
my $table = eval $value;