mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Remove debug info
This commit is contained in:
@ -98,7 +98,6 @@ class ProjectGenerator(object):
|
||||
result = []
|
||||
with util.cd(self.project_dir):
|
||||
for root, _, files in os.walk(self.project_src_dir):
|
||||
print root, files
|
||||
for f in files:
|
||||
result.append(relpath(join(root, f)))
|
||||
return result
|
||||
|
Reference in New Issue
Block a user