Skip to content

Commit

Permalink
removes extra print statement (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaly525 authored Mar 28, 2022
1 parent a589c0d commit a977d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreir-c/coreir-c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ void CORESaveContext(
bool* err) {

string file(filename);
std::cout << filename << std::endl;
bool correct = saveToFile(
rcast<Context*>(context),
file,
Expand Down

0 comments on commit a977d05

Please sign in to comment.