Skip to content

Commit

Permalink
YOU SAW NOTHING.
Browse files Browse the repository at this point in the history
  • Loading branch information
mctaylors committed Jul 20, 2024
1 parent 63828d8 commit 8411616
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TeamOctolings.Octobot/Commands/SettingsCommandGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ private async Task<Result> EditSettingAsync(
IGuildOption option, string value, GuildData data, Snowflake channelId, IUser executor, IUser bot,
CancellationToken ct = default)
{
Console.WriteLine(option.Value(data.Settings));

var equalsResult = option.ValueEquals(data.Settings, value, out var equals);
if (!equalsResult.IsSuccess)
{
Expand Down

0 comments on commit 8411616

Please sign in to comment.