turn off debugging for now

This commit is contained in:
Ales Tamchyna 2015-01-07 17:35:09 +01:00
parent 423f08ce8c
commit 635b4c8181

View File

@ -139,7 +139,7 @@ protected:
private: private:
VWPredictor(vw * instance, int index); // instantiation by VWPredictorFactory VWPredictor(vw * instance, int index); // instantiation by VWPredictorFactory
const static bool DEBUG = true; const static bool DEBUG = false;
}; };
/** /**