removed logs

This commit is contained in:
sanjayk03-dev
2024-07-24 20:17:20 +05:30
parent 7245c8bbd6
commit 4e957b52cb
5 changed files with 1 additions and 19 deletions

View File

@@ -783,7 +783,6 @@ module.exports = {
try {
for (const axis of axes) {
if (this.config.axes["offset_" + axis]) {
console.log(axis, this.config.axes["offset_" + axis]);
this.set_position(axis, -this.config.axes["offset_" + axis]);
}
}