Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeisel committed Nov 10, 2023
1 parent 27609d7 commit a2d288c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public void createVM(@RequestPayload CreateVMRequest request, MessageContext mes
logger.info("Successfully authenticated at {}", request.getHypervisorEndpoint());
}

logger.info("test");
org.openstack4j.model.image.v2.Image uploadedImage = null;
try {
if (supportedArtifactType != null && isoLocation != null && !isoLocation.isEmpty()) {
Expand Down Expand Up @@ -161,7 +160,6 @@ public void createVM(@RequestPayload CreateVMRequest request, MessageContext mes
return;
}

logger.info("test2");
// Get Networks based on Type String
List<? extends Network> availableNetworks = osClient.networking().network().list();
logger.info("Found "+ availableNetworks.size() + " Networks");
Expand Down

0 comments on commit a2d288c

Please sign in to comment.