소스 검색

Removed prints from config.py

Clara Hobbs 8 년 전
부모
커밋
c5578954ed
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      config.py

+ 1
- 3
config.py 파일 보기

@@ -74,9 +74,7 @@ class Config:
74 74
         self._read_options_file()
75 75
 
76 76
         # Parse command-line arguments, overriding config file as appropriate
77
-        self.args = self.parser.parse_args(namespace=self.options)
78
-        print(self.args)
79
-        print(self.options)
77
+        self.parser.parse_args(namespace=self.options)
80 78
 
81 79
     def _make_dir(self, directory):
82 80
         if not os.path.exists(directory):

Loading…
취소
저장