preproc: Remove uncontextualized comments
This commit is contained in:
Родитель
4259ae5393
Коммит
8776d5b2e2
|
@ -190,8 +190,6 @@ pub fn preprocess(parser: &PreprocParser, path: &Path, results: &mut PreprocResu
|
|||
let code = parser.get_code();
|
||||
let mut file_result = PreprocFile::default();
|
||||
|
||||
//dump_node(code, &node, -1, None, None);
|
||||
//eprintln!("DEBUG {:?}", path);
|
||||
stack.push(node);
|
||||
|
||||
while let Some(node) = stack.pop() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче