We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fca356 commit d727d60Copy full SHA for d727d60
scripts/logcrawler.py
@@ -15,12 +15,6 @@ def get_filepaths():
15
filepaths = []
16
for folder, dirs, files in os.walk(log_dir):
17
print("Crawling folder: " + folder)
18
-
19
- if False:
20
- print("Files: ")
21
- for filename in files:
22
- print(" - " + filename)
23
24
filepaths.extend([os.path.join(folder, filename) for filename in files])
25
return filepaths
26
0 commit comments