fix(module: descriptions): remove invalid messages in Console (#3012)

This commit is contained in:
berkerdong 2023-01-14 00:13:07 +08:00 committed by GitHub
parent 2013477f66
commit 9abfe3ed95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,10 +139,6 @@ namespace AntDesign
if (width >= _realColumn)
{
if (width > _realColumn)
{
//Console.WriteLine(@$"""Column"" is {_realColumn} but we have row length ${width}");
}
currentRow.Add((item, _realColumn - (width - item.Span)));
FlushRow();
}