DaanHoogland commented on code in PR #11145: URL: https://github.com/apache/cloudstack/pull/11145#discussion_r2185668080
########## plugins/network-elements/juniper-contrail/src/test/java/org/apache/cloudstack/network/contrail/management/ManagementServerMock.java: ########## @@ -239,8 +239,7 @@ public Object answer(InvocationOnMock invocation) { try { _vmMgr.addVmToNetwork(vm, network, profile); } catch (Exception ex) { - // TODO Auto-generated catch block - //ex.printStackTrace(); + // ignored Review Comment: ok, okey. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org