diff options
-rw-r--r-- | ryu/app/simple_vlan.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ryu/app/simple_vlan.py b/ryu/app/simple_vlan.py index 373649c9..dc156693 100644 --- a/ryu/app/simple_vlan.py +++ b/ryu/app/simple_vlan.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import logging - from ryu.app import (conf_switch_key, rest_nw_id) from ryu.base import app_manager |