Commit f51253ac authored by Robert Kimball's avatar Robert Kimball

cleanup

parent 185d70cb
......@@ -177,7 +177,6 @@ void runtime::event::Manager::open(const string& path)
ofstream& out = get_output_stream();
if (out.is_open() == false)
{
NGRAPH_INFO << path;
out.open(path, ios_base::trunc);
out << "[\n";
}
......
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