Skip to content

Commit

Permalink
Update rcore_desktop_glfw.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jul 18, 2024
1 parent 50000f4 commit 61393ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/rcore_desktop_glfw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,6 @@ int InitPlatform(void)
}
#endif

TRACELOG(LOG_INFO, "GLFW platform: %s", glfwPlatform);
TRACELOG(LOG_INFO, "PLATFORM: DESKTOP (GLFW): Initialized successfully");

return 0;
Expand Down

2 comments on commit 61393ff

@planetis-m
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This displayed useful information on linux: INFO: GLFW platform: X11|wayland Why was it removed?

@SuperUserNameMan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also i can't sync my #4151 branch with your master anymore because of conflicts that i don't know how to fix.

Please sign in to comment.