diff --git a/ppocr/data/simple_dataset.py b/ppocr/data/simple_dataset.py index 969260b..cc24eb0 100644 --- a/ppocr/data/simple_dataset.py +++ b/ppocr/data/simple_dataset.py @@ -136,7 +136,6 @@ class SimpleDataSet(Dataset): data["filename"] = data["img_path"] outs = transform(data, self.ops) except Exception as exc: - print("HERE", str(exc)) self.logger.error( "When parsing line {}, error happened with msg: {}".format( data_line, traceback.format_exc()