Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 626d14c

Browse files
committed
fix: fixed issues causing linting to fail
1 parent 45994d3 commit 626d14c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ItemSearch/ItemSearch.ts

-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ export class ItemSearch {
181181
filterType: FilterType,
182182
selectedCodes?: string[]
183183
): FilterOptionModel[] {
184-
console.log("Selected codes", selectedCodes);
185184
return options.map(o => {
186185
return {
187186
filterType,
@@ -300,7 +299,6 @@ export class ItemSearch {
300299
filter.code,
301300
techTypesCodes.length < 1 ? defaultOptionKeys : techTypesCodes
302301
);
303-
console.log(options);
304302
break;
305303
case FilterType.Calculator:
306304
const flagCodes = this.getFlagCodes(searchApi.calculator);

0 commit comments

Comments
 (0)