Skip to content

Commit

Permalink
Tests: remove console.log from voron2.4 gear ratio test
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 27, 2024
1 parent 10a7206 commit d55adef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ describe('server', async () => {
expect(config.rails.find((r) => r.axis === PrinterAxis.z3)?.gearRatio).toEqual('80:16');
// Expect gear_ratio to be present in splitRes
expect(splitRes.filter((l) => l.includes('gear_ratio:')).length).toBe(5);
console.log(splitRes.join('\n'));
});
});
});
Expand Down

0 comments on commit d55adef

Please sign in to comment.