Skip to content

Commit

Permalink
last cleanup and remove some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdebever committed Jul 3, 2024
1 parent c0d44b4 commit 3b8be1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/data/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ export class Search {
foundMoves.push({ move: move, distance: distance });
}

console.log(foundMoves);

foundMoves.sort(this.sortDistanceResults);

if (foundMoves.length === 0) {
Expand Down
1 change: 0 additions & 1 deletion src/interactions/auto-complete-interaction-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Search } from '../data/search';
import { Loader } from '../data/loader';
import { SearchResultType } from '../models/search/search-result-type';
import { Move } from '../models/move';
import { ReadableStreamDefaultController } from 'stream/web';

@injectable()
export class AutoCompleteInteractionHandler extends BaseInteractionHandler {
Expand Down

0 comments on commit 3b8be1a

Please sign in to comment.