Removed debug messages from generate_compile_commands
This commit is contained in:
@@ -23,7 +23,6 @@ for line in make_output_lines:
|
|||||||
if len(line_parts) >= 2 and 'Entering directory' in line:
|
if len(line_parts) >= 2 and 'Entering directory' in line:
|
||||||
prefix = 'Entering directory '
|
prefix = 'Entering directory '
|
||||||
new_dir = line[line.find(prefix) + len(prefix)+1:-1]
|
new_dir = line[line.find(prefix) + len(prefix)+1:-1]
|
||||||
print('new dir: {}'.format(new_dir))
|
|
||||||
dir_stack.append(new_dir)
|
dir_stack.append(new_dir)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user