Remove wx logging junk
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user