Removed printing realm config on startup from testsuite

This commit is contained in:
Stian Thorgersen 2013-09-27 16:12:31 +01:00
parent 00405cc212
commit 3e9a7eefe2

View file

@ -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);
}