diff --git a/public/app/features/logs/logsFrame.ts b/public/app/features/logs/logsFrame.ts index a9fe171c0d9..a003eff5927 100644 --- a/public/app/features/logs/logsFrame.ts +++ b/public/app/features/logs/logsFrame.ts @@ -80,7 +80,6 @@ function parseDataplaneLogsFrame(frame: DataFrame): LogsFrame | null { getAttributesAsLabels: () => (attributes !== null ? attributes.map(attributesToLabels) : null), extraFields, }; - return null; } export function parseLogsFrame(frame: DataFrame): LogsFrame | null {