Skip to content

Commit

Permalink
ConsoleUnitUnlambdaから未使用の変数を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
todays-mitsui committed Jan 31, 2025
1 parent 9f331a0 commit a9b469f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mogul/src/components/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@ function ConsoleUnitContext(_props: ConsoleItemContext): JSX.Element {
export function ConsoleUnitUnlambda(
props: ConsoleItemUnlambda & { displayStyle?: DisplayStyle },
): JSX.Element {
const { expr: _e, result: _r } = props;
console.log({ _e, _r });

const expr = renderExpr(props.expr, props.displayStyle);
const result = renderExpr(props.result, props.displayStyle);

Expand Down

0 comments on commit a9b469f

Please sign in to comment.