nacx commented on this pull request.


> @@ -85,10 +85,7 @@ private Instance getInstance() {
 
    private void createUser() throws TimeoutException {
       System.out.format("Create User%n");
-
-      boolean result = userApi.create(NAME, PASSWORD, NAME);
-
-      System.out.format("  %s%n", result);
+      userApi.create(NAME, PASSWORD, NAME);

Same reason :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/91

Reply via email to