forked from platformio/platformio-core
Remove debug code
This commit is contained in:
@ -281,7 +281,6 @@ def init_cvs_ignore(project_dir):
|
|||||||
if isfile(ignore_path):
|
if isfile(ignore_path):
|
||||||
with open(ignore_path) as fp:
|
with open(ignore_path) as fp:
|
||||||
current = fp.readlines()
|
current = fp.readlines()
|
||||||
print 13, current
|
|
||||||
for d in default:
|
for d in default:
|
||||||
if d not in current:
|
if d not in current:
|
||||||
current.append(d)
|
current.append(d)
|
||||||
|
Reference in New Issue
Block a user