Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jun 16, 2024
1 parent 0e3e256 commit b29d439
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/v2/Meadow.Cli/Commands/Current/BaseCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,4 @@ public async ValueTask ExecuteAsync(IConsole console)
{
return GetType().GetCustomAttribute<CommandAttribute>(true)?.Name;
}

private void CheckForCLIUpdates()
{

}
}

0 comments on commit b29d439

Please sign in to comment.