Skip to content

Commit 22a79b4

Browse files
cleanup lines
1 parent df4aa0c commit 22a79b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/scripts.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,14 @@ function clearStepsAfter(fieldsets, state) {
164164
console.log('clear at:');
165165
console.log(index);
166166

167-
// change to querySelectorAll and then loop through to reset where appropriate
168167
let inputs = element.querySelectorAll('input');
169168
inputs.forEach((input, i) => {
170169
input.checked = false;
171170
console.log('uncheck!');
172-
173171
});
174-
175172
}
176173
}
177-
178174
});
179-
180175
}
181176

182177
// function to render "license recommendation",

0 commit comments

Comments
 (0)