Skip to content

Commit

Permalink
fix: Minor cleanup of unused imports and log
Browse files Browse the repository at this point in the history
  • Loading branch information
tiithansen committed May 25, 2024
1 parent ab5f320 commit 327f52f
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import {
EmbeddedScene,
sceneGraph,
SceneFlexLayout,
SceneFlexItem,
import {
sceneGraph,
SceneQueryRunner,
SceneObject,
SceneObjectState,
Expand Down Expand Up @@ -165,8 +162,6 @@ class TableViz extends SceneObjectBase<TableVizState> {
const view = new DataFrameView<TableRow>(frame);
const rows = view.toArray();

console.log('rows', rows)

const serieMatcherPredicate = (row: TableRow) => (value: any) => value.container === row.container;

for (const row of rows) {
Expand Down

0 comments on commit 327f52f

Please sign in to comment.