From: hartmann Date: Tue, 15 May 2001 16:03:22 +0000 (+0000) Subject: Remove obsolete 'std::cout << std::endl' line. It is unclear why it was there originally. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b83d513aa7a41306bfef3959486435738d3660;p=dealii-svn.git Remove obsolete 'std::cout << std::endl' line. It is unclear why it was there originally. git-svn-id: https://svn.dealii.org/trunk@4608 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/table_handler.cc b/deal.II/base/source/table_handler.cc index 7a38c0861f..c9d8df265e 100644 --- a/deal.II/base/source/table_handler.cc +++ b/deal.II/base/source/table_handler.cc @@ -447,7 +447,6 @@ void TableHandler::get_selected_columns(std::vector &sel_columns) c sel_columns.push_back(key); } } - std::cout << std::endl; }