We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be45ba0 commit c33adc3Copy full SHA for c33adc3
buildscripts/builddrivers.py
@@ -206,20 +206,6 @@ def build(self):
206
207
logfile_path = os.path.join(os.getcwd(), logfile)
208
209
- print("---")
210
- print("logfile_path = ", logfile_path)
211
-
212
- dir_list = os.listdir(root_dir)
213
- print("Files and directories in root_dir '", root_dir, "' :")
214
- print(dir_list)
215
216
217
- cur_dir = os.getcwd()
218
- dir_list = os.listdir(cur_dir)
219
- print("Files and directories in cur_dir '", cur_dir, "' :")
220
221
222
223
if os.path.isfile(logfile_path):
224
with open(logfile_path, 'r') as f:
225
f.seek(0)
0 commit comments