Remove some debugging info.

This commit is contained in:
bubnikv 2016-04-11 17:48:27 +02:00
parent 3ba625da22
commit 3b81bf0e33
2 changed files with 3 additions and 8 deletions

View file

@ -91,7 +91,6 @@ class FillWithDirection : public Fill
public:
virtual float _layer_angle(size_t idx) const {
bool odd = idx & 1;
printf("_layer_angle: %s\n", odd ? "odd" : "even");
return (idx & 1) ? float(M_PI/2.) : 0;
}
virtual std::pair<float, Point> infill_direction(const Surface *surface) const ;