Do not clutter logs with a thrown exception 59/76259/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 19 Sep 2018 10:48:17 +0000 (12:48 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 19 Sep 2018 11:35:49 +0000 (11:35 +0000)
commit591e433f9ab8bf8501dd45b43504b5b6b7950cb2
tree330d90899ea2808a9edc73c48c879a9a4bb2d03c
parent153a9e25992d2318c7f6f242d52c3f54d42dad1a
Do not clutter logs with a thrown exception

SourceException is an unchecked exception which we handle at a higher
layer. The logging statement does not add anything useful, so let's
remove it.

Change-Id: I8a4654b44469a2193996d1d90e982d01a1a62bf3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/uses/UsesStatementSupport.java