From: Ralf 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-Tag: v8.0.0~19183 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03803e243b46e8365fdb73a9e65da2c6e8f57b97;p=dealii.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; }