diff --git a/Source/v2/Meadow.Cli/Commands/Current/BaseCommand.cs b/Source/v2/Meadow.Cli/Commands/Current/BaseCommand.cs index 49673d06..0ac35fde 100644 --- a/Source/v2/Meadow.Cli/Commands/Current/BaseCommand.cs +++ b/Source/v2/Meadow.Cli/Commands/Current/BaseCommand.cs @@ -66,9 +66,4 @@ public async ValueTask ExecuteAsync(IConsole console) { return GetType().GetCustomAttribute(true)?.Name; } - - private void CheckForCLIUpdates() - { - - } } \ No newline at end of file