Skip to content

Commit c33adc3

Browse files
authored
Update builddrivers.py
1 parent be45ba0 commit c33adc3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

buildscripts/builddrivers.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -206,20 +206,6 @@ def build(self):
206206

207207
logfile_path = os.path.join(os.getcwd(), logfile)
208208

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-
print("---")
216-
217-
cur_dir = os.getcwd()
218-
dir_list = os.listdir(cur_dir)
219-
print("Files and directories in cur_dir '", cur_dir, "' :")
220-
print(dir_list)
221-
print("---")
222-
223209
if os.path.isfile(logfile_path):
224210
with open(logfile_path, 'r') as f:
225211
f.seek(0)

0 commit comments

Comments
 (0)