Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/app/rest_conf_switch.py | 3 --- 1 file changed, 3 deletions(-)
diff --git a/ryu/app/rest_conf_switch.py b/ryu/app/rest_conf_switch.py index 0cd1541..57e2347 100644 --- a/ryu/app/rest_conf_switch.py +++ b/ryu/app/rest_conf_switch.py @@ -25,9 +25,6 @@ from ryu.controller import conf_switch from ryu.lib import dpid as dpid_lib -LOG = logging.getLogger(__name__) - - # REST API for switch configuration # # get all the switches -- 1.8.0.1 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
