Skip to content

Commit 3f32e5c

Browse files
committed
[airos] remove commented code
1 parent aaf6b18 commit 3f32e5c

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

netjsonconfig/backends/airos/converters.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ class Dyndns(AirOsConverter):
142142

143143
def to_intermediate(self):
144144
result = [
145-
# [
146-
# {
147-
# 'servicename': 'dyndns.org',
148-
# },
149-
# ],
150145
{
151146
'status': 'disabled',
152147
},

netjsonconfig/backends/airos/wpasupplicant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,5 @@ def sta_wpa2_enterprise(interface):
132132
'station': {
133133
'none': sta_no_encryption,
134134
'wpa2_personal': sta_wpa2_personal,
135-
# 'wpa2_enterprise': sta_wpa2_enterprise,
136135
},
137136
}

0 commit comments

Comments
 (0)