Skip to content

Commit 0f65690

Browse files
authored
Remove console.log (#2068)
1 parent a5d0693 commit 0f65690

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/search/lib/commands/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,6 @@ export function pushSearchOptions(
487487
args.push('DIALECT', options.DIALECT.toString());
488488
}
489489

490-
console.log('!@#', args);
491-
492490
return args;
493491
}
494492

0 commit comments

Comments
 (0)