Skip to content

Commit

Permalink
Removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Dec 19, 2023
1 parent d3e78a7 commit 80029fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/containers/Firmware/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const startFlash = (port, profile, hex = null, isHal = false) => {
duration: 10000
});
const imageType = getMachineProfileVersion(profile);
console.log(`${port} - ${imageType} - ${isHal}`);

controller.flashFirmware(port, imageType, isHal, hex);
};

Expand Down
1 change: 0 additions & 1 deletion src/app/widgets/Location/RapidPosition.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export const getMovementGCode = (requestedPosition, homingPositionSetting, homin
const settings = get(store, 'controller.settings.settings');
const { $22: homingValue } = settings;
homingFlag = getBit(homingValue, 3);
console.log(homingFlag);
}

const [xMovement, yMovement] = getPositionMovements(requestedPosition, homingPosition, homingFlag, pullOff);
Expand Down

0 comments on commit 80029fa

Please sign in to comment.