提交 4ec5f8f3 编写于 作者: S Simon Fels

Drop superflous debug log message

上级 c9811ac8
......@@ -100,7 +100,6 @@ void Window::process_event(const SDL_Event &event) {
case SDL_WINDOWEVENT_HIDDEN:
break;
case SDL_WINDOWEVENT_CLOSE:
DEBUG("Got close event");
if (observer_)
observer_->window_deleted(id_);
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册