SVN commit 995949 by fenton: Turn off debugging. M +1 -1 plotaxis.cpp --- branches/work/kst/portto4/kst/src/libkstapp/plotaxis.cpp #995948:995949 @@ -15,7 +15,7 @@ #include "settings.h" #include <QDate> -#define MAJOR_TICK_DEBUG 1 +#define MAJOR_TICK_DEBUG 0 static int FULL_PRECISION = 15; static qreal JD1900 = 2415020.5;