Skip to content

Commit e2a9c2f

Browse files
committed
Remove commented out lines
1 parent 820445d commit e2a9c2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

operator/src/main/resources/scripts/model_wdt_mii_filter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ def open(self, model):
6565

6666
self.model = model
6767

68-
# Dictionary to track the count of naps that have names > 15 characters
69-
# key = 10 char name, value = index count
70-
#self.nap_name_dict = {}
71-
7268
# before doing anything, get each env var and verify it exists
7369

7470
self.DOMAIN_UID = self.getEnv('DOMAIN_UID')

0 commit comments

Comments
 (0)