Removed modal image drawing (used for debugging)

This commit is contained in:
Matt Hill
2014-10-19 20:55:28 -04:00
parent a10e65631c
commit 7038d0b9e5
5 changed files with 10 additions and 15 deletions

View File

@@ -219,7 +219,6 @@ CharacterSegmenter::CharacterSegmenter(PipelineData* pipeline_data)
}
cleanCharRegions(pipeline_data->thresholds, pipeline_data->charRegions);
drawAndWait(&pipeline_data->thresholds[0]);
if (config->debugTiming)
{