delete unneeded debug switch

This commit is contained in:
Michael Kirsch 2019-05-25 22:51:37 +02:00 committed by Joseph Lenox
parent 9b3d8a1156
commit dd082cb692

View File

@ -2,10 +2,6 @@
#include <cmath>
#include <math.h>
#ifdef SLIC3R_DEBUG
#include "SVG.hpp"
#endif
namespace Slic3r {
TransformationMatrix::TransformationMatrix()