diff options
-rw-r--r-- | ryu/controller/handler.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ryu/controller/handler.py b/ryu/controller/handler.py index ee4f8054..03157d8a 100644 --- a/ryu/controller/handler.py +++ b/ryu/controller/handler.py @@ -189,13 +189,4 @@ class ConfigHandler(object): @register_cls(MAIN_DISPATCHER) class MainHandler(object): - @staticmethod - @set_ev_cls(ofp_event.EventOFPFlowRemoved) - def flow_removed_handler(ev): - pass - - @staticmethod - @set_ev_cls(ofp_event.EventOFPPortStatus) - def port_status_handler(ev): - msg = ev.msg - LOG.debug('port status %s', msg.reason) + pass |