mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Remove debug code
This commit is contained in:
@ -281,7 +281,6 @@ def init_cvs_ignore(project_dir):
|
||||
if isfile(ignore_path):
|
||||
with open(ignore_path) as fp:
|
||||
current = fp.readlines()
|
||||
print 13, current
|
||||
for d in default:
|
||||
if d not in current:
|
||||
current.append(d)
|
||||
|
Reference in New Issue
Block a user