Skip to content

Commit e1cd354

Browse files
fix: Removes console log
1 parent 9e33071 commit e1cd354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/QueryEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function QueryEditor({ datasource, query, onChange, onRunQuery }: Props)
2424

2525
function onSubmit(newQuery: Partial<HaystackQuery>) {
2626
query = { ...query, ...newQuery };
27-
console.info('onSubmit', query);
2827
onRunQuery();
2928
}
3029

0 commit comments

Comments
 (0)