aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_wx_mon_win.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-02-11 13:58:58 +0100
committerDan Gudmundsson <[email protected]>2014-02-12 14:57:07 +0100
commita822ec31a9148dd1e88fd3090f48559924a55eba (patch)
treeadf09e4803375a933132cabcb3b77c79aa14f290 /lib/debugger/src/dbg_wx_mon_win.erl
parentcd4993e67866e10ce3b2bd33b6bad093d854c3d0 (diff)
downloadotp-a822ec31a9148dd1e88fd3090f48559924a55eba.tar.gz
otp-a822ec31a9148dd1e88fd3090f48559924a55eba.tar.bz2
otp-a822ec31a9148dd1e88fd3090f48559924a55eba.zip
dbg: Remove debug printouts and fix file dialog
Use default positions when open windows. Remove io:formats() for unhandled events. Fix file dialog completion window which didn't invoke refrash
Diffstat (limited to 'lib/debugger/src/dbg_wx_mon_win.erl')
-rw-r--r--lib/debugger/src/dbg_wx_mon_win.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/debugger/src/dbg_wx_mon_win.erl b/lib/debugger/src/dbg_wx_mon_win.erl
index 0071b27027..d94eb14937 100644
--- a/lib/debugger/src/dbg_wx_mon_win.erl
+++ b/lib/debugger/src/dbg_wx_mon_win.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2013. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -617,8 +617,6 @@ handle_event(#wx{userData=Data,
_WinInfo) ->
Data;
handle_event(_Event, _WinInfo) ->
-%% FIXME
- io:format("Ev: ~p~n",[_Event]),
ignore.
%%====================================================================