Skip to content

Commit 654a7fe

Browse files
committed
Small fix
1 parent 8bbf945 commit 654a7fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libasr/pass/pass_manager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ namespace LCompilers {
8484
pass_options.runtime_library_dir = LFortran::get_runtime_library_dir();
8585
for (size_t i = 0; i < passes.size(); i++) {
8686
if (passes[i] == skip_pass) continue;
87-
std::cout << passes[i] << std::endl;
8887
_passes_db[passes[i]](al, *asr, pass_options);
8988
}
9089
}

0 commit comments

Comments
 (0)