mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Remove debug output
This commit is contained in:
parent
2a0da608fd
commit
9f8c156fd2
@ -24,10 +24,8 @@ void ASTNameTypePair::formatImpl(const FormatSettings & settings, FormatState &
|
|||||||
{
|
{
|
||||||
std::string indent_str = settings.one_line ? "" : std::string(4 * frame.indent, ' ');
|
std::string indent_str = settings.one_line ? "" : std::string(4 * frame.indent, ' ');
|
||||||
|
|
||||||
settings.ostr << '#';
|
|
||||||
settings.ostr << indent_str << backQuoteIfNeed(name) << ' ';
|
settings.ostr << indent_str << backQuoteIfNeed(name) << ' ';
|
||||||
type->formatImpl(settings, state, frame);
|
type->formatImpl(settings, state, frame);
|
||||||
settings.ostr << '#';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user