dbms: removed cerr in table function remote [METR-10477]

This commit is contained in:
Sergey Fedorov 2014-03-18 17:19:22 +04:00
parent 5d04a9ba34
commit a92d7255ef

View File

@ -73,7 +73,6 @@ private:
/// Узнать имена и типы столбцов для создания таблицы
NamesAndTypesListPtr chooseColumns(Cluster & cluster, const String & database, const String & table, const Context & context) const
{
std::cerr << "Here" << std::endl;
/// Запрос на описание таблицы
String query = "DESC TABLE " + database + "." + table;
Settings settings = context.getSettings();