Skip to content

Commit fdafddb

Browse files
remove unnecessary console.log
1 parent 629bafe commit fdafddb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/QueryEditor/QueryEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const QueryEditor = React.memo<VictoriaLogsQueryEditorProps>((props) => {
6969
runQuery();
7070
}, [runQuery, varRegExp]);
7171

72-
console.log(varRegExp);
7372
useEffect(() => {
7473
// grafana with a version below 12 doesn't support subscribe function on store
7574
if ('subscribe' in store) {

0 commit comments

Comments
 (0)