Skip to content

Commit

Permalink
remove unnecessary spam in logs at startup (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackMATov committed Jun 4, 2024
1 parent d6eaf73 commit 2cd5f39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imgui/src/extension_imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,6 @@ static void imgui_Init(float width, float height)
// We will be sending the correct ImGuiKey_ enums from Lua
for (int i = 0; i < 512; i++)
{
dmLogInfo("KEYMAP %d", i);
io.KeyMap[i] = 0;
}

Expand Down

0 comments on commit 2cd5f39

Please sign in to comment.