Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 11cefe0

Browse files
committed
remove debuge prints
1 parent 36ac551 commit 11cefe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/QueryEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ type Props = QueryEditorProps<DataSource, FlamegraphQuery, MyDataSourceOptions>;
1111

1212
export const QueryEditor = (props: Props) => {
1313
const query = defaults(props.query, defaultQuery);
14-
console.log(props);
1514
const [appName, setAppName] = useState<SelectableValue<string>>({ label: query.name, value: query.name });
1615
const [names, setNames] = useState<SelectableValue<string>[]>([]);
1716
const loadAppNames = (query: string) => {

0 commit comments

Comments
 (0)