fhem.pl: remove superfluous stacktrace (Forum #128362)

git-svn-id: https://svn.fhem.de/fhem/trunk@26248 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-07-19 11:20:41 +00:00
parent 5471a00d94
commit 559520ad8b

View File

@ -1360,8 +1360,7 @@ devspec2array($;$$)
};
if($@) {
warn "devspec2array $name: $@";
stacktrace() if(AttrVal("global", "stacktrace", 0));
warn "devspec2array $name: $@"; #128362
return $name;
}
}