Skip to content

Commit b2af652

Browse files
committed
Revert "Add additonal logging for add_code_path_to_node call"
This reverts commit 21cb4d1.
1 parent 21cb4d1 commit b2af652

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rabbit_ct_broker_helpers.erl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,9 +1439,6 @@ add_code_path_to_node(Node, Module) ->
14391439
_ ->
14401440
case rpc:call(Node, code, get_path, []) of
14411441
ExistingPaths when is_list(ExistingPaths) ->
1442-
ct:pal(?LOW_IMPORTANCE,
1443-
"Attempting to add ~p to the code paths ~p on node ~s~n",
1444-
[Paths, ExistingPaths, Node]),
14451442
lists:foreach(
14461443
fun(P) ->
14471444
case lists:member(P, ExistingPaths) of

0 commit comments

Comments
 (0)