Commit 9b3a9a9e authored by Umang Yadav's avatar Umang Yadav
Browse files

remove cout

parent 8b2ee166
...@@ -209,7 +209,6 @@ struct auto_gen_root_modules ...@@ -209,7 +209,6 @@ struct auto_gen_root_modules
} }
if(fork_node) if(fork_node)
{ {
std::cout << "found fork node\n";
assert(current_tid.has_value()); assert(current_tid.has_value());
generate_run_on_target_modules(mm, p, ins, current_tid.value()); generate_run_on_target_modules(mm, p, ins, current_tid.value());
if(not same_tid_ins_vec.empty()) if(not same_tid_ins_vec.empty())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment