Skip to content

Commit

Permalink
コメント削除
Browse files Browse the repository at this point in the history
  • Loading branch information
2RiniaR committed Nov 27, 2024
1 parent 947a460 commit e786c03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Common/Models/SlotManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void RefreshCondition()
public SlotExecuteResult Execute()
{
var itemCount = _items.Count;
LogManager.Log(_conditionOffsetPermillage);

var reelItems = new SlotItem[ReelCount];
for (var i = 0; i < ReelCount; i++)
Expand Down
1 change: 0 additions & 1 deletion Events/Slot/SlotConditionRefreshPresenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class SlotConditionRefreshPresenter : SchedulerJobPresenterBase
{
protected override async Task MainAsync()
{
LogManager.Log("hoge");
SlotManager.Instance.RefreshCondition();
await SlotManager.Instance.SaveAsync();
}
Expand Down

0 comments on commit e786c03

Please sign in to comment.