Skip to content

Commit

Permalink
Update QasmDriver.cpp
Browse files Browse the repository at this point in the history
Remove Ok. message
  • Loading branch information
taalexander authored Mar 22, 2024
1 parent d42bca2 commit 27e23cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Frontend/QasmDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ int ASTDriver::ExecParse(std::istream &In) {
QasmDiagnosticEmitter::Instance().EmitDiagnostic(
QASM::DIAGLineCounter::Instance().GetLocation(), M.str(),
DiagLevel::Error);
} else {
std::cout << "OK." << std::endl;
}

return R;
Expand Down

0 comments on commit 27e23cf

Please sign in to comment.