chore(frontends/lean/server): remove leftover

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-08-17 16:12:31 -07:00
parent 3d8477f7de
commit 92ab2dac83

View file

@ -149,7 +149,6 @@ void server::process_from(unsigned linenum) {
&m_file->m_snapshots, &m_file->m_info);
p.set_cache(&m_cache);
p();
std::cout << "DONE\n";
} catch (exception& ex) {}
}));
}