diff options
-rw-r--r-- | ryu/controller/tunnels.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ryu/controller/tunnels.py b/ryu/controller/tunnels.py index e322d3ae..0a946738 100644 --- a/ryu/controller/tunnels.py +++ b/ryu/controller/tunnels.py @@ -22,9 +22,6 @@ from ryu.base import app_manager from ryu.controller import event -LOG = logging.getLogger(__name__) - - class RemoteDPIDAlreadyExist(ryu_exc.RyuException): message = ('port (%(dpid)s, %(port)s) has already ' 'remote dpid %(remote_dpid)s') |