Remove wx logging junk

This commit is contained in:
2026-05-10 13:31:57 +09:00
parent e5db26ab4c
commit 97589a1da5
2 changed files with 10 additions and 5 deletions
+2
View File
@@ -298,6 +298,8 @@ code_change(_, State, _) ->
{ok, State}.
terminate(wx_deleted, _) ->
wx:destroy();
terminate(Reason, State) ->
ok = log(info, "Reason: ~tp, State: ~tp", [Reason, State]),
wx:destroy().