Commit 3cea71f2 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

removing some stray print-outs

parent 9a54cc72
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -179,14 +179,10 @@ void XasmTokenCollector::collect(clang::Preprocessor &PP,
    CommonTokenStream tokens(&lexer);
    xasm_singleParser parser(&tokens);

    std::cout << "LINE IS: " << line << "\n";
    lexer.removeErrorListeners();
    parser.removeErrorListeners();

    tree::ParseTree *tree = parser.line();
    if (tree == nullptr) {
      std::cout << "THIS WAS NULL\n";
    }
  
    visitor.visitChildren(tree);