mirror of https://github.com/grafana/grafana.git
Remove log
This commit is contained in:
parent
47b6c71704
commit
e896807b7d
|
@ -340,7 +340,6 @@ const UnthemedLogs: React.FunctionComponent<Props> = (props: Props) => {
|
|||
|
||||
useEffect(() => {
|
||||
if (!shallowCompare(displayedFields, panelState?.logs?.displayedFields ?? [])) {
|
||||
console.log('siyncinynng');
|
||||
updatePanelState({
|
||||
...panelState?.logs,
|
||||
displayedFields,
|
||||
|
|
Loading…
Reference in New Issue