mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
Remove console.log() debug line
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
4343281c73
commit
c6d2ce8e7e
|
@ -120,8 +120,6 @@ const DataTable: FC<DataTableProps> = ({ expr, evalTime, retriggerIdx }) => {
|
|||
|
||||
const doFormat = result.length <= maxFormattableSeries;
|
||||
|
||||
console.log("rendering with", result.length, limitResults);
|
||||
|
||||
return (
|
||||
<>
|
||||
{limitResults &&
|
||||
|
|
Loading…
Reference in a new issue