Skip to content

Commit

Permalink
Remove logging for unimportant scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
razpbrry committed Mar 18, 2024
1 parent 76c501d commit f23b1a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Commands/ColorCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public void ChangeSelfModelAlphaCommand(CCSPlayerController? player, CommandInfo
}
else
{
Logger.LogWarning("The number that was input was not correct.");
commandInfo.ReplyToCommand("The number that you input was not correct. Try a number between 1 and 255.");
}
}
Expand Down Expand Up @@ -85,7 +84,6 @@ public void ChangeModelAlphaCommand(CCSPlayerController? player, CommandInfo com
}
else
{
Logger.LogWarning("The number that was input was not correct.");
commandInfo.ReplyToCommand("The number that you input was not correct. Try a number between 1 and 255.");
}
}
Expand Down

0 comments on commit f23b1a3

Please sign in to comment.