mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-28 02:44:53 +00:00
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:
parent
5471a00d94
commit
559520ad8b
@ -1360,8 +1360,7 @@ devspec2array($;$$)
|
||||
};
|
||||
|
||||
if($@) {
|
||||
warn "devspec2array $name: $@";
|
||||
stacktrace() if(AttrVal("global", "stacktrace", 0));
|
||||
warn "devspec2array $name: $@"; #128362
|
||||
return $name;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user