Remove unuse method (#106)

This commit is contained in:
lindexi 2020-05-12 10:06:12 +08:00 committed by GitHub
parent 79677ea4f5
commit aa052fd53c

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace AntBlazor.Docs.Build.CLI.Utils
{
@ -11,9 +11,5 @@ namespace AntBlazor.Docs.Build.CLI.Utils
Console.WriteLine(message);
Console.ForegroundColor = currentForegroundColor;
}
public static void WriteWelcome()
{
}
}
}
}