aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-lib_et_src_et__contents__viewer.erl
blob: 683358dbf6da69fc34319de4651600b05f86a197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

$FreeBSD$

--- lib/et/src/et_contents_viewer.erl.orig	Sat Jul 24 15:04:01 2004
+++ lib/et/src/et_contents_viewer.erl	Sat Jul 24 15:04:31 2004
@@ -346,7 +346,6 @@
         'Caps_Lock' ->
             {noreply, S};
         _ ->
-            io:format("~p: ignored: ~p~n", [?MODULE, KeySym]),
             {noreply, S}
     end;
 handle_info({gs, _Obj, configure, [], [W, H | _]}, S) ->