From d64a1b6d5d111cf6d5c67ff31ef5c257e5e0c63c Mon Sep 17 00:00:00 2001 From: wuzewu Date: Fri, 31 May 2019 18:07:29 +0800 Subject: [PATCH] fix typo --- paddlehub/io/parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paddlehub/io/parser.py b/paddlehub/io/parser.py index 924cd3a0..abc36acb 100644 --- a/paddlehub/io/parser.py +++ b/paddlehub/io/parser.py @@ -58,7 +58,6 @@ class YAMLFileParser(object): def parse(self, yaml_file): with codecs.open(yaml_file, "r", sys.stdin.encoding) as file: - print("come to here") content = file.read() return yaml.load(content, Loader=yaml.BaseLoader) -- GitLab