Skip to content

Commit 7607073

Browse files
committed
Remove feral debug print
Signed-off-by: andypugh <andy@bodgesoc.org>
1 parent b244b37 commit 7607073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/rs274ngc/interp_inverse.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ int Interp::inverse_time_rate_straight(double end_x, //!< x coordinate of en
131131

132132
enqueue_SET_FEED_RATE(rate);
133133
settings->feed_rate = rate;
134-
printf("Length = %f, rate = %f\n", length, rate);
134+
135135
return INTERP_OK;
136136
}

0 commit comments

Comments
 (0)