Remove debug code

This commit is contained in:
Ivan Kravets
2016-08-09 17:12:30 +03:00
parent f1e65869f3
commit 0264c4eeea

View File

@ -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)