Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Jun 21, 2023
1 parent 56fc089 commit fb4a07e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ static void beforeAll() throws Exception {

util = new Util(K3S);
client = util.client();
System.out.println("Namespace: " + client.getNamespace());
util.setUp(NAMESPACE);

manifests(Phase.CREATE);
Expand Down

0 comments on commit fb4a07e

Please sign in to comment.