fix: remove logging from CreditsWindow

This commit is contained in:
goat 2021-04-06 00:54:26 +02:00
parent aceb905c82
commit 785f8c24cf

View file

@ -178,7 +178,6 @@ Thank you for using XIVLauncher and Dalamud!
if (curY < maxY - 1)
{
Log.Information($"{ImGui.GetScrollY()} {ImGui.GetScrollMaxY()}");
ImGui.SetScrollY(curY + 1);
}