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:
@@ -1360,8 +1360,7 @@ devspec2array($;$$)
|
||||
};
|
||||
|
||||
if($@) {
|
||||
warn "devspec2array $name: $@";
|
||||
stacktrace() if(AttrVal("global", "stacktrace", 0));
|
||||
warn "devspec2array $name: $@"; #128362
|
||||
return $name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user