preproc: Remove uncontextualized comments

This commit is contained in:
Luni-4 2023-05-26 16:43:42 +02:00
Родитель 4259ae5393
Коммит 8776d5b2e2
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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