aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-03-31 16:41:10 +0200
committerHans Bolinder <[email protected]>2017-04-03 14:35:00 +0200
commit97c3397831811fbde6fd60678e7056ee580210e3 (patch)
tree5ab500f794a2b59d99d50f789c3f0db68ec3ef3b /lib/debugger/src
parent2f166031319ec414712a8a91372ba2bc348dae7a (diff)
downloadotp-97c3397831811fbde6fd60678e7056ee580210e3.tar.gz
otp-97c3397831811fbde6fd60678e7056ee580210e3.tar.bz2
otp-97c3397831811fbde6fd60678e7056ee580210e3.zip
debugger: Remove a debug printout
Diffstat (limited to 'lib/debugger/src')
-rw-r--r--lib/debugger/src/dbg_ieval.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/debugger/src/dbg_ieval.erl b/lib/debugger/src/dbg_ieval.erl
index f5e079ef7e..88c7caacb0 100644
--- a/lib/debugger/src/dbg_ieval.erl
+++ b/lib/debugger/src/dbg_ieval.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1998-2016. All Rights Reserved.
+%% Copyright Ericsson AB 1998-2017. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -1486,7 +1486,6 @@ guard_expr({map,_,E0,Fs0}, Bs) ->
Value = lists:foldl(fun ({map_assoc,K,V}, Mi) -> maps:put(K,V,Mi);
({map_exact,K,V}, Mi) -> maps:update(K,V,Mi) end,
E, Fs),
- io:format("~p~n", [{E,Value}]),
{value,Value};
guard_expr({bin,_,Flds}, Bs) ->
{value,V,_Bs} =