Skip to content

Commit

Permalink
NCD-672: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cybic committed Jan 24, 2024
1 parent bd2e83e commit dc935b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/features/Configuration/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ const UnrecognizedBoardRevision = () => (

const BuildGui = (boardJson: BoardControllerConfigDefinition) => {
const { board, pins, pmicPorts } = boardJson;
logger.debug(`buildGui() pins: ${JSON.stringify(pins)}`);
logger.debug(
`buildGui() for board definition pins: ${JSON.stringify(pins)}`
);

logger.info(`Rendering for ${board.boardName}`);

Expand Down

0 comments on commit dc935b6

Please sign in to comment.