docs: remove duplicate docs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker
2025-07-22 11:12:03 -05:00
committed by GitHub
parent c70a8edc24
commit 5b73f8fbd2

View File

@@ -105,9 +105,6 @@ namespace PepperDash.Essentials.Core
/// </summary> /// </summary>
/// <param name="key">Secret Key</param> /// <param name="key">Secret Key</param>
/// <returns>bool if present</returns> /// <returns>bool if present</returns>
/// <summary>
/// TestSecret method
/// </summary>
public bool TestSecret(string key) public bool TestSecret(string key)
{ {
string mySecret; string mySecret;