CLOUDSTACK-8656: dummy main removed

This commit is contained in:
Daan Hoogland 2015-08-04 13:35:30 +02:00
parent 27960b4a7a
commit b060c66096
1 changed files with 0 additions and 11 deletions

View File

@ -134,15 +134,4 @@ public class ClusterServiceServletImpl implements ClusterService {
return s_client;
}
// for test purpose only
public static void main(final String[] args) {
/*
ClusterServiceServletImpl service = new ClusterServiceServletImpl("http://localhost:9090/clusterservice", 300);
try {
String result = service.execute("test", 1, "{ p1:v1, p2:v2 }", true);
System.out.println(result);
} catch (RemoteException e) {
}
*/
}
}