Removed printing realm config on startup from testsuite
This commit is contained in:
parent
00405cc212
commit
3e9a7eefe2
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@ public class KeycloakRule extends ExternalResource {
|
|||
os.write(c);
|
||||
}
|
||||
byte[] bytes = os.toByteArray();
|
||||
System.out.println(new String(bytes));
|
||||
|
||||
return JsonSerialization.fromBytes(RealmRepresentation.class, bytes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue