Skip to content

Commit 1069c88

Browse files
committed
remove redundant ct:pal/2
1 parent 6e4141b commit 1069c88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/osiris_SUITE.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,6 @@ await_condition(CondFun, Sleep, Attempt) ->
20802080
end.
20812081

20822082
wildcard(Wc) when is_list(Wc) ->
2083-
ct:pal("Wildcard ~ts", [Wc]),
20842083
filelib:wildcard(Wc);
20852084
wildcard(Wc) ->
20862085
wildcard(unicode:characters_to_list(Wc)).

0 commit comments

Comments
 (0)