Added config attribute for multi-line plates

This commit is contained in:
Matt Hill
2014-10-16 21:45:56 -04:00
parent 2e83a057c1
commit 1ce39c3f1f
5 changed files with 7 additions and 1 deletions

View File

@@ -27,7 +27,6 @@ CharacterAnalysis::CharacterAnalysis(PipelineData* pipeline_data)
this->pipeline_data = pipeline_data;
this->config = pipeline_data->config;
this->isTwoLine = true;
if (this->config->debugCharAnalysis)
cout << "Starting CharacterAnalysis identification" << endl;