mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
turn off debugging for now
This commit is contained in:
parent
423f08ce8c
commit
635b4c8181
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user