Skip to content

Commit aa70073

Browse files
authored
Remove debug print statement in OcrModel
Removed debug print statement for deploy_config keys.
1 parent 158a1fe commit aa70073

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

module/ocr/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
class OcrModel:
66
@cached_property
77
def ch(self):
8-
# 打印keys
9-
print(State.deploy_config.__dict__.keys())
108
if "ppocr" in State.deploy_config.OcrEngine.lower():
119
from module.ocr.ppocr import TextSystem
1210
return TextSystem()

0 commit comments

Comments
 (0)